about summary refs log tree commit diff stats
path: root/data/maps/the_tenacious/rooms/Paintings Room.txtpb
blob: f140ef3ac0c7399bf4ba7547aaef2482ddfbc1e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: "Paintings Room"
# NOTE: It will be non-trivial to implement the painting pilgrimage in Daedalus,
# so until then, the door to this room will be an item in door shuffle, and will
# automatically be open without door shuffle.
panels {
  name: "PAINTINGS"
  path: "Panels/Room_1/panel_3"
  clue: "paintings"
  answer: "paintings"
}
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 */
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 Thoughts
  class Application < Rails::Application
    # Initialize configuration defaults for originally generated Rails version.
    config.load_defaults 5.1

    # Settings in config/environments/* take precedence over those specified here.
    # Application configuration should go into files in config/initializers
    # -- all .rb files in that directory are automatically loaded.
    config.time_zone = "Eastern Time (US & Canada)"
  end
end