about summary refs log tree commit diff stats
path: root/config/application.rb
blob: 490fc8c0b3968b9be7c10cb503353e019fde588a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
require_relative "boot"

require "rails/all"

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module Pokeviewer
  class Application < Rails::Application
    # Initialize configuration defaults for originally generated Rails version.
    config.load_defaults 7.1

    # Please, add to the `ignore` list any other `lib` subdirectories that do
    # not contain `.rb` files, or that should not be reloaded or eager loaded.
    # Common ones are `templates`, `generators`, or `middleware`, for example.
    config.autoload_lib(ignore: %w(assets tasks))

    # Configuration for the application, engines, and railties goes here.
    #
    # These settings can be overridden in specific environments using the files
    # in config/environments, which are processed later.
    #
    # config.time_zone = "Central Time (US & Canada)"
    # config.eager_load_paths << Rails.root.join("extras")
  end
end
: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
name: "Main Area"
display_name: "Main Area"
panels {
  name: "SPECIES"
  path: "Panels/Room_1/panel_1"
  clue: "species"
  answer: "evolution"
  symbols: "null"
}
panels {
  name: "PERSONALITY"
  path: "Panels/Room_1/panel_2"
  clue: "personality"
  answer: "growth"
  symbols: "null"
}
panels {
  name: "CONSTITUTION"
  path: "Panels/Room_1/panel_3"
  clue: "constitution"
  answer: "amendment"
  symbols: "null"
}
panels {
  name: "GAME"
  path: "Panels/Room_1/panel_4"
  clue: "game"
  answer: "expansion"
  symbols: "null"
}
panels {
  name: "SCIENCE"
  path: "Panels/Room_1/panel_5"
  clue: "science"
  answer: "discovery"
  symbols: "null"
}
panels {
  name: "SCHOOL"
  path: "Panels/Room_1/panel_6"
  clue: "school"
  answer: "graduation"
  symbols: "null"
}
panels {
  name: "BUILDING"
  path: "Panels/Room_1/panel_7"
  clue: "building"
  answer: "construction"
  symbols: "null"
}
panels {
  name: "STRUCTURE"
  path: "Panels/Room_1/panel_8"
  clue: "structure"
  answer: "construction"
  symbols: "null"
}
panels {
  name: "CATERPILLAR"
  path: "Panels/Room_1/panel_9"
  clue: "caterpillar"
  answer: "metamorphosis"
  symbols: "null"
}
panels {
  name: "KNOWLEDGE"
  path: "Panels/Room_1/panel_10"
  clue: "knowledge"
  answer: "learning"
  symbols: "null"
}
panels {
  name: "GENE"
  path: "Panels/Room_1/panel_11"
  clue: "gene"
  answer: "mutation"
  symbols: "null"
}
panels {
  name: "CREATURE"
  path: "Panels/Room_1/panel_12"
  clue: "creature"
  answer: "mutation"
  symbols: "null"
}
panels {
  name: "ARTICLE"
  path: "Panels/Room_1/panel_13"
  clue: "article"
  answer: "revision"
  symbols: "null"
}
panels {
  name: "BOOK"
  path: "Panels/Room_1/panel_14"
  clue: "book"
  answer: "revision"
  symbols: "null"
}
panels {
  name: "TEXT"
  path: "Panels/Room_1/panel_15"
  clue: "text"
  answer: "revision"
  symbols: "null"
}
panels {
  name: "POSITION (1)"
  path: "Panels/Room_1/panel_16"
  clue: "position"
  answer: "motion"
  symbols: "null"
}
panels {
  name: "POSITION (2)"
  path: "Panels/Room_1/panel_17"
  clue: "position"
  answer: "acceleration"
  symbols: "null"
}
panels {
  name: "POSITION (3)"
  path: "Panels/Room_1/panel_18"
  clue: "position"
  answer: "jerk"
  symbols: "null"
}
ports {
  name: "GALLERY"
  path: "Components/Warps/worldport"
  orientation: "southwest" # uhhhh this is new
}