Created
October 9, 2012 18:31
-
-
Save shawn42/3860560 to your computer and use it in GitHub Desktop.
REPL in Foxy game
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pry-remote: | |
[7] pry(#<GameboxApp>)> f = actors(:foxy).first; | |
[31:0:736875] [debug] found 2 actors | |
[8] pry(#<GameboxApp>)> f.x += 10 | |
=> 120.0 | |
[9] pry(#<GameboxApp>)> watch :time do Time.now end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment