diff options
Diffstat (limited to 'tutorial/devs.gd')
-rw-r--r-- | tutorial/devs.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorial/devs.gd b/tutorial/devs.gd new file mode 100644 index 0000000..d7664a0 --- /dev/null +++ b/tutorial/devs.gd @@ -0,0 +1,3 @@ +extends TutorialPopup +func _trigger(): + return SaveState.coffee > 5 |