summary refs log tree commit diff stats
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Wrote an XML Schema describing maps file and also changed the spec a bitKelly Rauchenberger2015-03-181-8/+8
|
* Game can now read map file from map editor (also added new map)Kelly Rauchenberger2015-03-185-5/+30
|
* Removed "../" from file pathsKelly Rauchenberger2015-03-163-5/+5
|
* Fixed error with empty left and right mapsKelly Rauchenberger2015-03-151-3/+3
|
* Started writing map editorKelly Rauchenberger2015-03-142-2/+2
|
* Added sound when you hit the groundKelly Rauchenberger2015-03-1416-0/+805
Also split up components.cpp into files for each class, fixed a bug concerning falling off the screen when you change maps, and converted collision data into doubles.