mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
added GDScript
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user