summary refs log tree commit diff stats
path: root/src/transform_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue with walking vertically into solid spritesKelly Rauchenberger2021-02-101-6/+6
* Map changing!Kelly Rauchenberger2021-02-091-0/+8
* Added trigger zones to the mapKelly Rauchenberger2021-02-091-11/+20
* Added collision with other spritesKelly Rauchenberger2021-02-061-29/+101
* Added collidable object cacheKelly Rauchenberger2021-02-061-18/+61
* Moved some collision stuff into the TransformSystemKelly Rauchenberger2021-02-061-0/+67
* Added animation systemKelly Rauchenberger2021-02-031-4/+4
* Pulled transform stuff into a system (starting to do ECS stuff)Kelly Rauchenberger2021-02-031-0/+20