summary refs log tree commit diff stats
path: root/racing/panelEnd.gd
diff options
context:
space:
mode:
Diffstat (limited to 'racing/panelEnd.gd')
-rw-r--r--racing/panelEnd.gd7
1 files changed, 7 insertions, 0 deletions
diff --git a/racing/panelEnd.gd b/racing/panelEnd.gd new file mode 100644 index 0000000..136777d --- /dev/null +++ b/racing/panelEnd.gd
@@ -0,0 +1,7 @@
1extends "res://scripts/panelEnd.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