Latent-Arcana / project-dungeon

MIT License
2 stars 0 forks source link

Remove ability to open map while in inventory screen #45

Closed ClarkStraws closed 1 day ago

ClarkStraws commented 2 weeks ago

Create an enum so that we can track the state of the game, from within InputController. This way we can stop input for entering the map while we're in the inventory (while INVENTORY, KEYCODE M IS DISABLED)

This will allow us to manage other things too, like interacting with the map when we don't want to when in game.