diff options
Diffstat (limited to 'Archipelago/panelEnd.gd')
| -rw-r--r-- | Archipelago/panelEnd.gd | 7 |
1 files changed, 7 insertions, 0 deletions
| diff --git a/Archipelago/panelEnd.gd b/Archipelago/panelEnd.gd new file mode 100644 index 0000000..81f07d6 --- /dev/null +++ b/Archipelago/panelEnd.gd | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | extends "res://scripts/panelEnd.gd" | ||
| 2 | |||
| 3 | |||
| 4 | func handle_correct(): | ||
| 5 | # We don't call the base method because we want to suppress the original | ||
| 6 | # behaviour. | ||
| 7 | global.solved -= 1 | ||
