about summary refs log tree commit diff stats
path: root/Archipelago/panelLevelSwitch.gd
blob: 8c369eff46a5e99ac6b378d836b81d6b4d2e156d (plain) (blame)
1
2
3
4
5
6
7
extends "res://scripts/panelLevelSwitch.gd"


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