Zed A. Shaw
|
5c815cf755
|
Played with UI layouts but keeping this for now. Fixed up config so it has keys() and now we load a boss per level.
|
2025-03-05 01:01:36 -05:00 |
|
Zed A. Shaw
|
eb8fb82837
|
BossFightUI now loads out of LevelManager and is treated like a normal level. This also adds a prototype for a different kind of 'stationary' boss to prototype its motions.
|
2025-03-04 09:31:15 -05:00 |
|
Zed A. Shaw
|
6e8aa48332
|
BossFightUI now gets everything from a world and will be implemented like the rest of the game, but as a mini game.
|
2025-03-03 12:44:26 -05:00 |
|
Zed A. Shaw
|
ca18422930
|
BossFightUI is not managed by the level manager since it is kind of a new level, just with a different mini game.
|
2025-03-03 11:15:49 -05:00 |
|
Zed A. Shaw
|
54fbf22b6d
|
We can go down a level and there's a loading screen for it. The map and motion now matches the directions shown in the raycasting. There's now a compass that shows you the direction you're facing.
|
2025-02-25 13:15:39 -05:00 |
|
Zed A. Shaw
|
b7f49aa719
|
Now have a mostly working inventory UI and can pickup items and see them. Next up, being able to use things by clicking on them.
|
2025-02-23 02:13:14 -05:00 |
|
Zed A. Shaw
|
a69be90464
|
Game now builds and is using the new dynamic component loading but enemies do not spawn in and device events are really working. Also inventory is a giant bag of fail and needs a rewrite.
|
2025-02-08 21:16:25 -05:00 |
|
Zed A. Shaw
|
9e91c71125
|
BROKEN: Big refactoring happening, so it compiles but game does not run and the tests fail.
|
2025-02-08 14:03:09 -05:00 |
|
Zed A. Shaw
|
2daa1c9bd5
|
Brought over a bunch of code from the roguelike and now will use it to generate a random map.
|
2025-01-30 11:38:57 -05:00 |
|