FRESH
- 2 Devlogs
- 11 Total hours
silly arpg
silly arpg
fixed 2 game-breaking bugs and discovered new ones
i swear my project is a rotting apple with how many bugs are in here, managed to fix a bug where upon death enemies would switch to the attack state on the last frame, and another where when switching characters the animations would glitch
wait did i mention that you can switch characters?
it’s a core mechanic in FRESH, by holding TAB the player can switch to another character in their view! its a bit jank and needs some visual feedback, but its feeling quite nice so far :)
however theres a bug where if a locked-on enemy dies it stays locked-on, to be honest i have no clue how to fix this without refactoring my code so i guess ill just cry
Finished up the combat basics!
The player can now hurt and be hurt, dash away from enemies, and lock-on to different targets. It’s quite jank at the moment, the player cannot attack and move at the same time, and more work needs to be done on the animation blending, but on the whole I’m very happy with how the combat is looking :)