c-sharp

dressed like a cat

two steps forward and three steps back. seems like every time i fix something, i break it later. why must this be? more problems unequipping things… at least i finally replicated the issue; it will only occur on the first stage.

More

level complete 2.0

the level complete screen now displays loot obtained during the level, it seems to work. the list of lootObtained is in the Playercontroller class and it gets reset in both the Save/ResetStageGrowth methods.

More

consumption function, wtf-tion

added logic for resetting the player’s inventory/equipment on death to the state it was when the stage began my first thoughts were to add the items consumed to a list when used, then add them back into the inventory on retry, but through further consideration i realised there would be issues with equipment and that i should probably save/restore that along with the inventory.

More

creative angst

entered another phase of indecision shop system seems to work, although it still needs UI animation the gameplay itself also needs balancing; to address this i have begun leaning on my favorite pillar of design philosophy, research!

More