Class: TitleScene
- Inherits:
-
GameScene
- Object
- Metro::Scene
- GameScene
- TitleScene
- Defined in:
- lib/templates/game/scenes/title_scene.rb
Constant Summary
Constants included from Metro::Units
Instance Attribute Summary
Attributes inherited from Metro::Scene
Instance Method Summary collapse
Methods inherited from GameScene
Methods inherited from Metro::Scene
#_prepare_transition, #actor, #add_actors_to_scene, after, #after, #after_initialize, after_intervals, #base_draw, #base_update, #draw, #drawers, #enqueue, hierarchy, inherited, #initialize, metro_name, #notification, #prepare_transition_from, #prepare_transition_to, #register_actor, #register_actors!, #register_after_intervals!, #register_animations!, #register_events!, #register_events_for_target, #scene_name, scene_name, scenes, #show, #state, #to_hash, #to_s, #transition_to, #update, #updaters
Methods included from Metro::SceneView
included, #save_view, #view, #view_content, #view_name
Methods included from Metro::HasAnimations
Methods included from Metro::HasEvents
Methods included from Metro::Draws
Constructor Details
This class inherits a constructor from Metro::Scene
Instance Method Details
#start_game ⇒ Object
11 12 13 |
# File 'lib/templates/game/scenes/title_scene.rb', line 11 def start_game transition_to :first end |