summary refs log tree commit diff stats
path: root/randomizer/panelEnd.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-12-09 13:14:25 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-12-09 13:14:25 -0500
commitf0555579cd462b27c71c486bd7456265cc827937 (patch)
tree12dd8a500dd836f9466e534039fda46005547639 /randomizer/panelEnd.gd
parente72b3e5fae63db0f669155b7b965c2c5fc6f97e3 (diff)
downloadlingo-randomizer-f0555579cd462b27c71c486bd7456265cc827937.tar.gz
lingo-randomizer-f0555579cd462b27c71c486bd7456265cc827937.tar.bz2
lingo-randomizer-f0555579cd462b27c71c486bd7456265cc827937.zip
Starting to work
Diffstat (limited to 'randomizer/panelEnd.gd')
-rw-r--r--randomizer/panelEnd.gd7
1 files changed, 7 insertions, 0 deletions
diff --git a/randomizer/panelEnd.gd b/randomizer/panelEnd.gd new file mode 100644 index 0000000..81f07d6 --- /dev/null +++ b/randomizer/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 global.solved -= 1