summary refs log tree commit diff stats
path: root/racing/panelEnd.gd
blob: 136777d4245bb068afaf932ccce9586829b7f87a (plain) (blame)
1
2
3
4
5
6
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