#!/usr/bin/env ruby # This file loads spring without using Bundler, in order to be fast. # It gets overwritten when you run the `spring binstub` command. unless defined?(Spring) require 'rubygems' require 'bundler' lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) spring = lockfile.specs.detect { |spec| spec.name == "spring" } if spring Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path gem 'spring', spring.version require 'spring/binstub' end end v id='cgit'>
about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Link Area.txtpb
blob: 5b68279e5e1897d22f83b8b446a7c33232c45022 (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
28
name: "Link Area"
panel_display_name: "Pyramid Area"
panels {
  name: "WANDER"
  path: "Panels/Pilgrimage/cream_3"
  clue: "wander"
  answer: "amble"
  symbols: SUN
  display_name: "WANDER (Obverse)"
}
paintings {
  name: "NEAR"
  path: "Components/Paintings/aches"
  orientation: "north"
  display_name: "Near Painting"
}
paintings {
  name: "FAR"
  path: "Components/Paintings/aches3"
  orientation: "south"
  display_name: "Far Painting"
}
paintings {
  name: "PYRAMID"
  path: "Components/Paintings/triangle"
  orientation: "south"
  display_name: "Center Painting"
}