about summary refs log tree commit diff stats
path: root/data/maps/the_stormy/doors.txtpb
blob: c3ee7cbe8fc897f6b69c14d43978e24cbba35655 (plain) (blame)
1
2
3
4
5
6
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff
doors {
  name: "Nuclear Wall"
  type: EVENT
  panels { room: "Center" name: "REACTOR" }
}
doors {
  name: "Rain Wall"
  type: EVENT
  panels { room: "Center" name: "CLOUD" }
}
doors {
  name: "Tornado Wall"
  type: EVENT
  panels { room: "Center" name: "WIND" }
}
doors {
  name: "Volcano Wall"
  type: EVENT
  panels { room: "Center" name: "VOLCANO" }
}
doors {
  name: "Side Doors"
  type: EVENT
  panels { room: "Center" name: "REACTOR" }
  panels { room: "Center" name: "VOLCANO" }
  panels { room: "Center" name: "CLOUD" }
  panels { room: "Center" name: "WIND" }
  panels { room: "Nuclear Side" name: "GERM" }
  panels { room: "Tornado Side" name: "PUDDLE" }
  panels { room: "Rain Side" name: "CLOUD" }
  panels { room: "Rain Side" name: "WIND" }
  panels { room: "Volcano Side" name: "SNOW" }
  panels { room: "Volcano Side" name: "RAIN" }
}
doors {
  name: "X Door"
  type: EVENT
  panels { room: "Nuclear Vestibule" name: "STORM" }
  panels { room: "Tornado Vestibule" name: "SHIP" }
}
/span>{ if (argc != 3) { std::cout << "Incorrect argument count." << std::endl; std::cout << "Usage: validator [path to map directory] [path to Lingo 2 repository]" << std::endl; return 1; } std::string mapdir = argv[1]; std::string repodir = argv[2]; com::fourisland::lingo2_archipelago::Run(mapdir, repodir); return 0; }