#ifndef RUNTIME_H_A8DA6E1E #define RUNTIME_H_A8DA6E1E #include #include class Runtime { public: static std::string getResourcePath(std::string_view filename); }; #endif /* end of include guard: RUNTIME_H_A8DA6E1E */ 'alternate' title='Atom feed' href='https://code.fourisland.com/lingo2-archipelago/atom/data/maps/the_wondrous/rooms/Entry.txtpb?h=v8.1.1' type='application/atom+xml'/>
about summary refs log tree commit diff stats
blob: 543d193540d6dbc0c2919e8cbd267ba07e4b421b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "Entry"
panels {
  name: "WONDER"
  path: "Panels/panel_1"
  clue: "wonder"
  answer: "wonder"
}
ports {
  name: "DAEDALUS"
  display_name: "Entrance"
  path: "Components/Warps/worldport"
  destination { x: 18 y: 0 z: 41 }
  rotation: 180
}