summary refs log tree commit diff stats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* Added local highscore listKelly Rauchenberger2009-10-184-0/+0
| | | | | | | | You can now view and add to a local highscore list. A change to State was necessary due to how the user's name would be entered into the highscore list and thus all states have been modified. Refs #104
* Moved resources into subdirectoryKelly Rauchenberger2009-10-176-0/+0
Because Highscore List rendering requires a font and the font has to be included with the executable to work, it will be loaded into the executable like the images are. To make sure that all resources are included, regardless of type, a folder was made for them. Refs #104