Zed A. Shaw
|
20cbc3a21c
|
Working sound system and most enemies have a sound effect. This will make it easier to add sounds now.
|
2025-02-22 12:48:37 -05:00 |
|
Zed A. Shaw
|
83df9ff03b
|
Super awesome twitchy animation for axe guy.
|
2025-02-22 11:03:38 -05:00 |
|
Zed A. Shaw
|
80a0f2ba75
|
Basic simple animations where the enemies just move forward.
|
2025-02-22 01:36:31 -05:00 |
|
Zed A. Shaw
|
d2700d2928
|
You now have blood on your screen when below half health.
|
2025-02-13 13:15:20 -05:00 |
|
Zed A. Shaw
|
9b3b81683a
|
Separate out the major UIs to get ready for their development, and enable debug button.
|
2025-02-13 10:55:45 -05:00 |
|
Zed A. Shaw
|
6bca6d021e
|
Sprite is now a component we can place on anything to render it.
|
2025-02-10 12:58:24 -05:00 |
|
Zed A. Shaw
|
0cbe20af35
|
Fix up the colors and rendering so that tilemap just uses components::Tile all the time. Need to load all of the config data from json one time on system start instead of constantly, although constantly does make debugging live easier.
|
2025-02-09 15:54:17 -05:00 |
|
Zed A. Shaw
|
a4c13f7fc9
|
Maps are back and have color now. TileCell needs a rework.
|
2025-02-09 14:57:19 -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
|
d798d154ae
|
We now have a full map that's basically the same mapping system from Roguish. There's a bug right now where it needs you to move once to calc the light and it's not being centered, but it does work.
|
2025-02-07 19:32:00 -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 |
|