summary refs log tree commit diff stats
path: root/racing/panelLevelSwitch.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-02-09 01:25:12 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-02-09 01:25:12 -0500
commit56857faf6f9149e0cd48cb9bfc842849c796f3a7 (patch)
treeb547c12654b1db67b7d6f55df9b7b19756b2ad5b /racing/panelLevelSwitch.gd
parent46d7e793031a4ac534aa50da43408f4330abe8dc (diff)
downloadlingo-race-56857faf6f9149e0cd48cb9bfc842849c796f3a7.tar.gz
lingo-race-56857faf6f9149e0cd48cb9bfc842849c796f3a7.tar.bz2
lingo-race-56857faf6f9149e0cd48cb9bfc842849c796f3a7.zip
Prevent level switching
Diffstat (limited to 'racing/panelLevelSwitch.gd')
-rw-r--r--racing/panelLevelSwitch.gd13
1 files changed, 13 insertions, 0 deletions
diff --git a/racing/panelLevelSwitch.gd b/racing/panelLevelSwitch.gd new file mode 100644 index 0000000..26afe01 --- /dev/null +++ b/racing/panelLevelSwitch.gd
@@ -0,0 +1,13 @@
1extends "res://scripts/panelLevelSwitch.gd"
2
3
4func handle_correct():
5 # We don't call the base method because we want to suppress the original
6 # behaviour.
7 pass
8
9
10func _handle_correct():
11 # We don't call the base method because we want to suppress the original
12 # behaviour.
13 pass