Class: Metro::SetupHandlers::ConfigureControls

Inherits:
Object
  • Object
show all
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(options)
  EventRelay.define_controls Game.controls
end