Skip to content

Commit

Permalink
Decreasing egg animation speed by 5 fps in order for it to look more …
Browse files Browse the repository at this point in the history
…like an egg
  • Loading branch information
tobbi committed Jan 8, 2014
1 parent 39264f3 commit ae907af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/images/powerups/egg/egg.sprite
Expand Up @@ -20,12 +20,12 @@
"egg-17.png"
"egg-18.png"
)
(fps 25)
(fps 20)
)
(action
(name "left")
(mirror-action "right")
(fps 25)
(fps 20)
)
)

0 comments on commit ae907af

Please sign in to comment.