about summary refs log tree commit diff stats
path: root/data/maps/the_impressive/rooms/M Room.txtpb
blob: 1796bb37219f5ba53ce16ef04967a4b5c3ada217 (plain) (blame)
1
2
3
4
5
6
name: "M Room"
display_name: "Impressive"
letters {
  key: "m"
  path: "Components/Collectables/collectable"
}
ghlight .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 */
extends "res://scripts/panelEnd.gd"


func handle_correct():
	# We don't call the base method because we want to suppress the original
	# behaviour.
	pass