-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestrefactorRefactor part of the codeRefactor part of the code
Milestone
Description
I'm not sure exactly how this should be done.
Here are the methods I've thought of
- Remove all instances of
Inputand replace withInputManagerand then switch theInputManagerover to useInputSystem - Remove
InputManager, remove all instances ofInputand replace withInputSystem, then- Implement a new pause system that uses onEvent so it doesn't have to use an action map (and can never be ignored)
- Implement a new pause system that uses a pauseMenu action map and turns off all other action maps
(https://www.youtube.com/watch?v=UGh4exLCFRg)- This may require a PauseScreen class
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefactorRefactor part of the codeRefactor part of the code