// Place all the styles related to the Records controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ @import url('https://fonts.googleapis.com/css?family=Inconsolata'); #records { padding: 0; margin: 0 1em; & > li { display: block; padding: .25em 0; .description { a { text-decoration: none; color: #352712; font-family: 'Inconsolata', monospace; &:hover { text-decoration: underline; } &:visited { color: #352712; } } } .tags { margin: .25em; display: flex; padding-left: 0; li { display: inline; font-size: .75em; font-family: 'Inconsolata', monospace; padding: .25em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; &.record-date { background-color: #fef1bf; } &.entry-type { text-transform: uppercase; &.entry-type-blog { background-color: #90fefb; } } & + li { margin-left: 1em; } } } } } r>Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_relentless/connections.txtpb
blob: 8c56b0ad97d276c21f579b4652ad44aa90ec2844 (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
connections {
  from_room: "Left Room"
  to_room: "Left And Turn"
  door { name: "Left/Turn Door" }
  oneway: true
}
connections {
  from_room: "Turn Room"
  to_room: "Left And Turn"
  door { name: "Left/Turn Door" }
  oneway: true
}
connections {
  from_room: "Turn Room"
  to_room: "Turn And Shop"
  door { name: "Turn/Shop Door" }
  oneway: true
}
connections {
  from_room: "Shop Room"
  to_room: "Turn And Shop"
  door { name: "Turn/Shop Door" }
  oneway: true
}
connections {
  from_room: "Left And Turn"
  to_room: "All"
  door { name: "All Doors" }
  oneway: true
}
connections {
  from_room: "Turn And Shop"
  to_room: "All"
  door { name: "All Doors" }
  oneway: true
}
connections {
  from_room: "Left Room"
  to_room: "Mastery"
  door { name: "All Panels" }
}