Class: MISSIONGAME::Story

Inherits:
Object
  • Object
show all
Defined in:
lib/story.rb

Instance Method Summary collapse

Instance Method Details

#area_enemyObject



73
74
75
# File 'lib/story.rb', line 73

def area_enemy
  STORY_AREA_VILLAINE
end

#area_mountainObject



69
70
71
# File 'lib/story.rb', line 69

def area_mountain
  STORY_AREA_MOUNTAIN
end

#area_treeObject



61
62
63
# File 'lib/story.rb', line 61

def area_tree
  STORY_AREA_TREE
end

#area_waterObject



65
66
67
# File 'lib/story.rb', line 65

def area_water
  STORY_AREA_WATER
end

#endingObject



57
58
59
# File 'lib/story.rb', line 57

def ending
  STORY_END
end

#introObject



53
54
55
# File 'lib/story.rb', line 53

def intro
  STORY_INTRO
end

#player_deadObject



77
78
79
# File 'lib/story.rb', line 77

def player_dead
  STORY_PLAYER_DEAD
end