summary refs log tree commit diff stats
path: root/randomizer/panelInput.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/panelInput.gd
parente72b3e5fae63db0f669155b7b965c2c5fc6f97e3 (diff)
downloadlingo-randomizer-f0555579cd462b27c71c486bd7456265cc827937.tar.gz
lingo-randomizer-f0555579cd462b27c71c486bd7456265cc827937.tar.bz2
lingo-randomizer-f0555579cd462b27c71c486bd7456265cc827937.zip
Starting to work
Diffstat (limited to 'randomizer/panelInput.gd')
-rw-r--r--randomizer/panelInput.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/randomizer/panelInput.gd b/randomizer/panelInput.gd new file mode 100644 index 0000000..48d6324 --- /dev/null +++ b/randomizer/panelInput.gd
@@ -0,0 +1,5 @@
1extends "res://scripts/panelInput.gd"
2
3
4func uncomplete():
5 global._print("Filtered out panel uncompletion")