diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-20 20:28:13 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-20 20:28:13 +0200 |
commit | dc641d85ff4f610c9239a87c1bcfd123e744f3cf (patch) | |
tree | dc38ad06cb0f7579d5043edef9ac2449abefdd2f /tutorial/riot.gd | |
parent | c1b75c16eb5132017786134ec61bdf38bf1f6680 (diff) | |
download | LDJam46-dc641d85ff4f610c9239a87c1bcfd123e744f3cf.tar.gz LDJam46-dc641d85ff4f610c9239a87c1bcfd123e744f3cf.tar.bz2 LDJam46-dc641d85ff4f610c9239a87c1bcfd123e744f3cf.zip |
mehr tutorials und konami code
Diffstat (limited to 'tutorial/riot.gd')
-rw-r--r-- | tutorial/riot.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorial/riot.gd b/tutorial/riot.gd new file mode 100644 index 0000000..b000280 --- /dev/null +++ b/tutorial/riot.gd @@ -0,0 +1,3 @@ +extends TutorialPopup +func _trigger(): + return true |