From dc641d85ff4f610c9239a87c1bcfd123e744f3cf Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Mon, 20 Apr 2020 20:28:13 +0200 Subject: mehr tutorials und konami code --- tutorial/riot.gd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tutorial/riot.gd (limited to 'tutorial/riot.gd') 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 -- cgit