Class: Gamefic::Scene::Pause
Overview
Pause a scene. This rig simply runs on_start and waits for user input before proceeding to on_finish. The user input itself is ignored by default.
Instance Attribute Summary
Attributes inherited from Base
#actor, #context, #name, #narrative, #props
Class Method Summary collapse
Methods inherited from Base
#finish, finish_blocks, inherited, #initialize, on_finish, on_start, props_class, rename, #rename, #start, start_blocks, #to_hash, #type
Constructor Details
This class inherits a constructor from Gamefic::Scene::Base
Class Method Details
.type ⇒ Object
12 13 14 |
# File 'lib/gamefic/scene/pause.rb', line 12 def self.type 'Pause' end |