summary refs log tree commit diff stats
path: root/src/components/physics_body.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Wrote EntityManagerKelly Rauchenberger2015-06-111-66/+0
|
* Implemented a simple AIKelly Rauchenberger2015-03-191-4/+4
|
* Game can now read map file from map editor (also added new map)Kelly Rauchenberger2015-03-181-0/+1
|
* Added sound when you hit the groundKelly Rauchenberger2015-03-141-0/+65
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.