summary refs log tree commit diff stats
path: root/src/components/player_sprite.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Wrote EntityManagerKelly Rauchenberger2015-06-111-60/+0
|
* Removed "../" from file pathsKelly Rauchenberger2015-03-161-1/+1
|
* Added sound when you hit the groundKelly Rauchenberger2015-03-141-0/+60
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.