diff options
Diffstat (limited to 'run.rb')
| -rw-r--r-- | run.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ end update do @frame += 1 + + # Displays a new sprite every half a second @sprite.play( animation: ((@frame/30) % @iter), loop: true |
