summary refs log tree commit diff stats
path: root/src/direction.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inverted Y coordinate of directionFacingPoint functionsKelly Rauchenberger2021-03-011-2/+2
| | | | It's because the game's coordinate system has Y increasing downward, whereas the coordinate system used by the trig functions has Y increasing upward.
* Started writing the Mixolydia scene!Kelly Rauchenberger2021-03-011-0/+17
| | | | | | Looking pretty good so far. TODO: direction facing functions have inverted Y coordinate. confusion expression doesn't exist yet. rest of scene.
* Added function to get Direction from one point to anotherKelly Rauchenberger2021-02-061-0/+26
|
* Added sprite interactionKelly Rauchenberger2021-02-061-0/+13
|
* Added collision with map tilesKelly Rauchenberger2021-02-021-0/+10
|
* Added crouching/runningKelly Rauchenberger2021-01-301-0/+14
|
* Added standing/walking animationsKelly Rauchenberger2021-01-301-0/+30