Eacaw / Inferno-GJ22

GameDev.Tv Game Jam 2022 Entry
https://eacaw.itch.io/inferno
1 stars 1 forks source link

BUGFIX: Disable user input when game is paused #33

Closed Eacaw closed 2 years ago

Eacaw commented 2 years ago

https://user-images.githubusercontent.com/24251551/169710315-fad18ace-cbc5-4a3b-9f89-a02d214183fa.mp4

Issue shown in video, when the player pauses the game we need to disable any user input other than what is shown on the UI. Perhaps set a boolean flag on the player controller that the UI can toggle?