about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Outside Eye Temple.txtpb
blob: 85a9c1932cd8a096e773bcbe9aa595a403f45829 (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "Outside Eye Temple"
panel_display_name: "Temple of the Eyes"
panels {
  name: "Entrance"
  path: "Panels/Halls/eye_temple_entry_1"
  clue: ""
  answer: "hi"
  symbols: LINGO
}
Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
- title "Games"
.breadcrumb= link_to "← Back to home page", root_path
%h2#games-title Games
%table#games-table
  %thead
    %tr
      %th= sortable "title"
      %th= sortable "status"
      %th= sortable "score"
      %th= sortable "progress"
  %tbody
    - @games.each do |game|
      %tr{ class: cycle("even", "odd") }
        %td
          %span.game-title= game.title
          - unless game.started_on.blank?
            %span.game-started
              Started on
              %time= game.started_on
          - unless game.finished_on.blank?
            %span.game-finished
              Finished on
              %time= game.finished_on
        %td= game.status
        %td= game.score
        %td.game-progress= simple_format game.progress