From 56857faf6f9149e0cd48cb9bfc842849c796f3a7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 9 Feb 2024 01:25:12 -0500 Subject: Prevent level switching --- racing/panelEnd.gd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 racing/panelEnd.gd (limited to 'racing/panelEnd.gd') 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 @@ +extends "res://scripts/panelEnd.gd" + + +func handle_correct(): + # We don't call the base method because we want to suppress the original + # behaviour. + pass -- cgit 1.4.1