Disable menu and rollback in a screen
Posted: Thu Jul 28, 2022 11:46 pm
Hello All,
Is it some proper way to disable menu and rollback action in a screen. I can add NullAction() for the appropriate keys, but is there a better way to do it?
Is it some proper way to disable menu and rollback action in a screen. I can add NullAction() for the appropriate keys, but is there a better way to do it?
Code: Select all
screen some_screen():
...
key "game_menu" action NullAction()
key "rollback" action NullAction()
key "rollforward" action NullAction()