This is a fork of https://github.com/oniksan/godobuf with some minor changes so that it is able to compile the Lingo 2 randomizer proto files. The plugin parts of the project have also been removed since we only need the command line script. feed' href='https://code.fourisland.com/lingo2-archipelago/atom/data/maps/the_sun_temple/connections.txtpb?h=v8.0.4' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/data/maps/the_sun_temple/connections.txtpb
blob: ffe4d5df86757c336962cbcac1e01d188c71bf30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
connections {
  from_room: "Entrance"
  to_room: "Temple"
  door { name: "Entrance" }
}
connections {
  from_room: "Temple"
  to_room: "Ending"
  door { name: "Ending" }
  purple_ending: true
}
connections {
  from_room: "Temple"
  to_room: "Mastery"
  door { name: "Mastery" }
}