Update Stages

entar 2025-06-10 17:00:15 +07:00
parent 4d1cc52be3
commit 533a3c73f0

@ -23,7 +23,6 @@ You place something.json into the stages folder and add this stuff into it. It c
"camera_opponent": [0, 0],
"camera_girlfriend": [0, 0],
}
```
Then, you will have to script your images and sprites into the game yourself. I made a good API for this with image / sprite types so it isn't too hard. You can check some [existing stages](https://git.squog.ru/TaggedEngine/TaggedEngine/src/branch/main/stages/stageErect.lua) and the [type documentation](https://git.squog.ru/TaggedEngine/TaggedEngine/wiki/Types) for help.