Posted November 26, 2024 by MohitTeisus
Creating the Player's basic controller, and state machine was the first task I tackled. It is important to establish how the player will explore and interact with the world as early as possible.
The player can shoot, recall, dash and reflect, each having their appropriate use case.
After developing all these basic actions, the next goal is to develop the UI to provide relevant information to the player during combat.