about summary refs log tree commit diff stats
path: root/bin/spring
blob: fb2ec2ebb48dfade14242dea0add2d98d235a6cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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
er.Long */
name: "Main Area"
panels {
  name: "ARC"
  path: "Panels/Room_1/panel_1"
  clue: "arc"
  answer: "arctic"
  symbols: QUESTION
}
panels {
  name: "KING"
  path: "Panels/Room_1/panel_2"
  clue: "king"
  answer: "tacking"
  symbols: QUESTION
}
panels {
  name: "TIP"
  path: "Panels/Room_1/panel_3"
  clue: "tip"
  answer: "tiptoe"
  symbols: QUESTION
}
panels {
  name: "AQUA"
  path: "Panels/Room_1/panel_4"
  clue: "aqua"
  answer: "aquatic"
  symbols: QUESTION
}
panels {
  name: "TILE"
  path: "Panels/Room_1/panel_5"
  clue: "tile"
  answer: "tactile"
  symbols: QUESTION
}
panels {
  name: "NAIL"
  path: "Panels/Room_1/panel_6"
  clue: "nail"
  answer: "toenail"
  symbols: QUESTION
}
panels {
  name: "HERE"
  path: "Panels/Room_1/panel_7"
  clue: "here"
  answer: "heretic"
  symbols: QUESTION
}
panels {
  name: "IT"
  path: "Panels/Room_1/panel_8"
  clue: "it"
  answer: "tacit"
  symbols: QUESTION
}
panels {
  name: "PINS"
  path: "Panels/Room_1/panel_9"
  clue: "pins"
  answer: "pintoes"
  symbols: QUESTION
}
panels {
  name: "Blank"
  path: "Panels/Room 3/panel_10"
  clue: ""
  answer: "tactic"
  symbols: QUESTION
}
ports {
  name: "WORLDPORT"
  display_name: "Entrance"
  path: "Components/Warps/worldport"
  destination { x: 0 y: 0 z: 9.5 }
  rotation: 0
}