Class: Metro::SetupHandlers::ConfigureControls
- Inherits:
-
Object
- Object
- Metro::SetupHandlers::ConfigureControls
- Defined in:
- lib/setup_handlers/load_game_configuration.rb
Overview
After the game has been configured it is time to configure the controls for the game.
Instance Method Summary collapse
Instance Method Details
#setup(options) ⇒ Object
57 58 59 |
# File 'lib/setup_handlers/load_game_configuration.rb', line 57 def setup() EventRelay.define_controls Game.controls end |