Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ===================================================================
- #
- # Script: Component_GameSceneBehavior
- #
- # $$COPYRIGHT$$
- #
- # ===================================================================
- class Component_CustomGameSceneBehavior extends vn.Component_GameSceneBehavior
- ###*
- * Checks for the shortcut to open the Settings menu by Pressing A and disables it.
- * You can override this method to change the shortcut.
- *
- * @method updateSettingsShortcut
- * @protected
- ###
- updateSettingsShortcut: ->
- # Do nothing
- vn.Component_GameSceneBehavior = Component_CustomGameSceneBehavior
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement