// Place all the styles related to the Admin::Dashboard controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ .pagination { background: #f1f1f1; border: 1px solid #e5e5e5; text-align: center; padding: 1em; cursor: default; a, span { padding: 0.2em 0.3em; } .disabled { color: #aaaaaa; } .current { font-style: normal; font-weight: bold; background-color: #bebebe; display: inline-block; width: 1.4em; height: 1.4em; line-height: 1.5; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; } a { text-decoration: none; color: black; &:hover, &:focus { text-decoration: underline; } } } 85331de8b053e4'/> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_plaza/connections.txtpb
blob: 6da201ca6571541f32a346affa1f51ef2368b3e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
connections {
  from_room: "Main Area"
  to_room: "Repetitive Entrance"
  door { name: "Repetitive Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Symbolic Entrance"
  door { name: "Symbolic Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Sirenic Entrance"
  door { name: "Sirenic Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Center Room"
  door { name: "Turtle Entrance" }
}
connections {
  from_room: "Center Room"
  to_room: "Top Left Room"
  door { name: "Northwest Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Top Right Room"
  door { name: "Northeast Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Bottom Left Room"
  door { name: "Southwest Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Bottom Right Room"
  door { name: "Southeast Door" }
}
connections {
  from_room: "Center Room"
  to_room: "Mastery"
  door { name: "Mastery" }
}