class MISSIONGAME::Story
Public Instance Methods
area_enemy()
click to toggle source
# File lib/story.rb, line 73 def area_enemy return STORY_AREA_VILLAINE end
area_mountain()
click to toggle source
# File lib/story.rb, line 69 def area_mountain return STORY_AREA_MOUNTAIN end
area_tree()
click to toggle source
# File lib/story.rb, line 61 def area_tree return STORY_AREA_TREE end
area_water()
click to toggle source
# File lib/story.rb, line 65 def area_water return STORY_AREA_WATER end
ending()
click to toggle source
# File lib/story.rb, line 57 def ending return STORY_END end
intro()
click to toggle source
# File lib/story.rb, line 53 def intro return STORY_INTRO end
player_dead()
click to toggle source
# File lib/story.rb, line 77 def player_dead return STORY_PLAYER_DEAD end