class LOTS::Story

Public Instance Methods

area_enemy() click to toggle source
# File lib/story.rb, line 83
def area_enemy
  return STORY_AREA_ENEMY
end
area_mountain() click to toggle source
# File lib/story.rb, line 79
def area_mountain
  return STORY_AREA_MOUNTAIN
end
area_tree() click to toggle source
# File lib/story.rb, line 71
def area_tree
  return STORY_AREA_TREE
end
area_water() click to toggle source
# File lib/story.rb, line 75
def area_water
  return STORY_AREA_WATER
end
ending() click to toggle source
# File lib/story.rb, line 67
def ending
  return STORY_END
end
intro() click to toggle source
# File lib/story.rb, line 63
def intro
  return STORY_INTRO
end
player_dead() click to toggle source
# File lib/story.rb, line 87
def player_dead
  return STORY_PLAYER_DEAD
end