summary refs log tree commit diff stats
path: root/Classes/GameOverScene.m
Commit message (Collapse)AuthorAgeFilesLines
* Implemented Jump mode (BETA) jumpStarla Insigna2011-09-041-4/+5
| | | | | | Dear god this is beta. I think I'll release a build for the testers soon so I can see what people think and then hammer out the bugs. Refs #204
* Added support for multiple local highscore listsStarla Insigna2011-08-241-3/+3
| | | | | | This revision increments the database version to 2. Also fixed a small problem with GameModeSelection that aligned the highscore text incorrectly.
* Fixed game over transitionStarla Insigna2011-08-151-0/+197
Fixes #189