about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Salmon Room.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-11-02 11:23:22 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-11-02 11:23:22 -0500
commita5dc6b35da0a790b59940992d2cb175c35946f19 (patch)
treefad8616405b0bca0f41578a29c2287c32605c664 /data/maps/the_great/rooms/Salmon Room.txtpb
parentc71e8cb61a9cd69a5d478d47c361f3887609773a (diff)
parentec92b1e2c5da16be25585a85b3918e2cad915580 (diff)
downloadlingo2-archipelago-a5dc6b35da0a790b59940992d2cb175c35946f19.tar.gz
lingo2-archipelago-a5dc6b35da0a790b59940992d2cb175c35946f19.tar.bz2
lingo2-archipelago-a5dc6b35da0a790b59940992d2cb175c35946f19.zip
Merge branch 'main' of fourisland.com:/srv/git/lingo2-archipelago
Diffstat (limited to 'data/maps/the_great/rooms/Salmon Room.txtpb')
0 files changed, 0 insertions, 0 deletions
.vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails gems
# installed from the root of your application.

ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/pokeviewer/engine', __FILE__)
APP_PATH = File.expand_path('../../test/dummy/config/application', __FILE__)

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])

require 'rails/all'
require 'rails/engine/commands'