summary refs log tree commit diff stats
path: root/src/character_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Running is preserved across screen transitionsKelly Rauchenberger2021-02-101-12/+17
* Fixed running sound looping infinitely after running into map changeKelly Rauchenberger2021-02-101-0/+8
* Added trigger zones to the mapKelly Rauchenberger2021-02-091-0/+13
* Characters added to a party now tween to their starting position instead of t...Kelly Rauchenberger2021-02-061-2/+13
* Moved some collision stuff into the TransformSystemKelly Rauchenberger2021-02-061-49/+8
* Organised resources folderKelly Rauchenberger2021-02-051-1/+1
* Added running soundsKelly Rauchenberger2021-02-031-0/+23
* Added input systemKelly Rauchenberger2021-02-031-133/+138
* Converted Party into CharacterSystemKelly Rauchenberger2021-02-031-0/+229