| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also removed some dependencies on the Renderer. More changes need to be made. Fading to black before the change would be good. And making sure the characters are facing the right direction. Maybe that code shouldn't live in Game, either. Later we also want to combine the tilesets for these two maps (and any others that are on Tanetane).
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|