summary refs log tree commit diff stats
path: root/src/game.h
Commit message (Collapse)AuthorAgeFilesLines
* Added text boxesKelly Rauchenberger2021-02-041-0/+8
| | | | | | Text now reveals itself and scrolls! Yay! It even plays speaker beeps. TODO: the arror indicating an A press is needed. Bullets on lines that need bullets. The header that says who the speaker is, if relevant.
* Added input systemKelly Rauchenberger2021-02-031-7/+10
|
* Added animation systemKelly Rauchenberger2021-02-031-13/+5
|
* Added camera systemKelly Rauchenberger2021-02-031-27/+21
|
* Pulled transform stuff into a system (starting to do ECS stuff)Kelly Rauchenberger2021-02-031-9/+13
|
* Added moving cameraKelly Rauchenberger2021-02-021-0/+21
|
* Using tmxlite instead of TilesonKelly Rauchenberger2021-02-021-7/+5
|
* Map rendering Works but I don't want to use Tileson so I'm gonna change thatKelly Rauchenberger2021-02-021-0/+9
| | | | Mainly bc Tileson requires std::filesystem, which my clang is too old for apparently, and while I can use gcc instead I just want to not, I suppose. Also Tileson's API is very weird RE const correctness? Idk. And also being able to parse the tmx files rather than exporting to json would be preferable.
* Sprite animations are more generic than still/walk nowKelly Rauchenberger2021-01-301-2/+2
|
* Added standing/walking animationsKelly Rauchenberger2021-01-301-0/+14
|
* Added sprite Y sortingKelly Rauchenberger2021-01-301-7/+20
|
* Encapsulated some player movement stuffKelly Rauchenberger2021-01-301-0/+7
| | | | Imported vector from therapy5
* Game now renders an image of LucasKelly Rauchenberger2021-01-301-0/+29