Class: MISSIONGAME::Story
- Inherits:
-
Object
- Object
- MISSIONGAME::Story
- Defined in:
- lib/story.rb
Instance Method Summary collapse
- #area_enemy ⇒ Object
- #area_mountain ⇒ Object
- #area_tree ⇒ Object
- #area_water ⇒ Object
- #ending ⇒ Object
- #intro ⇒ Object
- #player_dead ⇒ Object
Instance Method Details
#area_enemy ⇒ Object
73 74 75 |
# File 'lib/story.rb', line 73 def area_enemy STORY_AREA_VILLAINE end |
#area_mountain ⇒ Object
69 70 71 |
# File 'lib/story.rb', line 69 def area_mountain STORY_AREA_MOUNTAIN end |
#area_tree ⇒ Object
61 62 63 |
# File 'lib/story.rb', line 61 def area_tree STORY_AREA_TREE end |
#area_water ⇒ Object
65 66 67 |
# File 'lib/story.rb', line 65 def area_water STORY_AREA_WATER end |
#ending ⇒ Object
57 58 59 |
# File 'lib/story.rb', line 57 def ending STORY_END end |
#intro ⇒ Object
53 54 55 |
# File 'lib/story.rb', line 53 def intro STORY_INTRO end |
#player_dead ⇒ Object
77 78 79 |
# File 'lib/story.rb', line 77 def player_dead STORY_PLAYER_DEAD end |