summary refs log tree commit diff stats
path: root/src/character_system.h
Commit message (Collapse)AuthorAgeFilesLines
* Added lightning sprite to mailbox eventKelly Rauchenberger2021-02-131-0/+2
| | | | | | | | Sprites can be destroyed now, which really just means that their index is removed from the list of active sprites. The actual memory is not freed until all sprites are deleted on map change. Sprite layers are introduced. All sprites by default are on layer 0 (Normal) which renders them in between the lower and upper map layers. There is also a layer 1 (Above) that renders above the upper map layer, and the sprite for the lightning strike uses this layer in order to not be hidden by the trees. Fixed a bug where waiting for the end of a non-looping animation would trip the flag immediately upon the final frame activating, instead of waiting the length of the last frame.
* Player movement/input is halted during cutscenesKelly Rauchenberger2021-02-101-0/+2
|
* Running is preserved across screen transitionsKelly Rauchenberger2021-02-101-0/+2
|
* Fixed running sound looping infinitely after running into map changeKelly Rauchenberger2021-02-101-0/+2
|
* Added running soundsKelly Rauchenberger2021-02-031-0/+2
|
* Added input systemKelly Rauchenberger2021-02-031-1/+13
|
* Converted Party into CharacterSystemKelly Rauchenberger2021-02-031-0/+32