about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Outside Magic Room.txtpb
blob: 2aa78489dd6b301107ecbd549dfec81ec3c2dfa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "Outside Magic Room"
panel_display_name: "Maze"
panels {
  name: "WIZARD"
  path: "Panels/Magic Maze/maze_entry_1"
  clue: "wizard"
  answer: "magician"
  symbols: SUN
}
/* 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 */
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
$(document).on "turbolinks:load", ->
  $(".should-create-record-field input[type=checkbox]").change ->
    if $(".should-create-record-field input[type=checkbox]").prop("checked")
      $(".record-description-field").show()
    else
      $(".record-description-field").hide()