Guest User

Untitled

a guest
Aug 10th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1.  
  2. end
  3.  
  4. def move_right!
  5. @x += 1 if @x < $window_width/T
Add Comment
Please, Sign In to add comment