Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Map rendering Works but I don't want to use Tileson so I'm gonna change that | Kelly Rauchenberger | 2021-02-02 | 1 | -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 now | Kelly Rauchenberger | 2021-01-30 | 1 | -2/+2 |
| | |||||
* | Added standing/walking animations | Kelly Rauchenberger | 2021-01-30 | 1 | -0/+14 |
| | |||||
* | Added sprite Y sorting | Kelly Rauchenberger | 2021-01-30 | 1 | -7/+20 |
| | |||||
* | Encapsulated some player movement stuff | Kelly Rauchenberger | 2021-01-30 | 1 | -0/+7 |
| | | | | Imported vector from therapy5 | ||||
* | Game now renders an image of Lucas | Kelly Rauchenberger | 2021-01-30 | 1 | -0/+29 |