added GDScript

This commit is contained in:
Sara
2022-12-10 21:45:51 +00:00
parent 687d7b27d4
commit dc1cbbf703
4 changed files with 36 additions and 0 deletions

View File

@@ -320,3 +320,14 @@ index 0000000..525e25d
+ ;; TODO: todo with description (sub-level)
+ ;; Body of the issue should stay here
+ (str "hello" name))
diff --git a/tests/example.gd b/tests/example.gd
new file mode 100644
index 0000000..525e25d
--- /dev/null
+++ b/tests/example.gd
@@ -0,0 +1,5 @@
+# TODO Store all the players here
+var _players: = []
+
+# TODO Play the level music
+export: var music_path: String