• Joined on 2022-08-06
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-16 20:38:57 -07:00
354813e6e0 Animation fixes
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-16 02:48:26 -07:00
d0c78e54a7 Implement boss room
55c521db3a Update items
Compare 2 commits »
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-16 00:02:42 -07:00
660a5f5553 Slightly modify enemy LoS stuff
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-15 23:56:09 -07:00
8143da44db Not perfect but enemies move/attack with animation
4a1fdd94f8 Hit shader
Compare 2 commits »
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-15 02:37:34 -07:00
470b853916 Basic projectile implementation
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-15 02:19:26 -07:00
b42b248c0b Fix sproingy too
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-15 02:17:51 -07:00
7680ab8b45 it's michael, what's michael
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-14 16:09:03 -07:00
096bcd6168 Disable audio by default
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-14 16:02:07 -07:00
cd8806a9fe Implement BGM and SFX event system
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-14 10:37:06 -07:00
0a71339bbe Clean up in player code area too
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-14 10:35:27 -07:00
5f05494fe1 Cleanup pt 2
57b9d9b64a Clean up temporary dungeon room files
Compare 2 commits »
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-13 17:07:50 -07:00
8ea532bcfa Change out floor prompt message
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-13 16:43:22 -07:00
1d7d70e033 More inventory menu improvements
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-12 15:18:23 -07:00
f0e75703f6 (Mostly) show status update when using an item. Need to fix up the equipping code here
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-12 12:42:03 -07:00
875fa026df Dungeon player and teleport randomization
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-12 10:28:46 -07:00
043d7f1ba8 Fix final remaining issues with inventory
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-12 04:26:39 -07:00
af384d3ddb Finish refactoring other than making sure bonuses appear on player stat side
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-12 02:24:24 -07:00
b4662a0c7b Massive refactor (inventory menu still a little broken but its Good Enough)
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-11 15:55:53 -07:00
149c8d9571 Working pause menu
zenayi pushed to saveme at zenayi/GameJamDungeon 2024-09-11 15:33:53 -07:00
4d47a7586e Big refactor in place: Organize nodes in line with dependency injection expectations, use state machine flow more