En Yi
7dcc142a2d
Correct CMakeLists for web build
2023-08-19 20:33:07 +08:00
En Yi
fae37eeecd
Test out compilation for the web
2023-08-19 18:21:27 +08:00
En Yi
70d7fda22c
Add game scene
...
This is slightly different from the sandbox
- No editting tiles and spawnning
- Can switch levels
2023-08-14 18:37:29 +08:00
En Yi
8e9efc622d
Refactor out level tilemap initialisation
...
- Rename sandbox scene initialisation, which is just a convenience
function
- Also refactor out tilemap related functions to a new file
2023-08-14 13:51:20 +08:00
En Yi
ebffd48958
Ready a water filler/runner entity
...
Changelog:
- Add new component: water runner component
- specific for such an entity. Not general, but i dont really care
- Implement adding and freeing the water filler entity
- Component involves dynamic memory allocation, so need custom
function to add and free
- May look into custom allocation for this part in the future.
2023-07-18 21:49:43 +08:00
En Yi
0f485d89f2
Add assets loading from a file
...
Changelog:
- Add assets_loader functions from a file
- Update scene_test to use loader function
2023-05-20 16:14:39 +08:00
En Yi
e9d9ffff20
Refactor implementation of Crate Entity
2023-05-16 22:14:54 +08:00
En Yi
3580209f71
Refactor out implementation of Player Entity
2023-05-16 21:55:59 +08:00
En Yi
7b3685b792
Refactor for better separation of concern
...
Changelog:
- Separate out engine-specific stuff vs game-specific stuff
2023-05-16 21:09:38 +08:00