This commit is contained in:
2026-09-10 10:59:37 +03:00
commit 4fc9b337c2
16 changed files with 199 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"id": "gdscript_test",
"name": "GDScript Integration Test Mod",
"version": "1.0.0",
"author": "ct",
"description": "Integration tests for GDScript mod actions. Exercises the full pipeline: .gd load -> compile -> action registration -> scenario execution.",
"gd_sources": [
"scripts/*.gd"
],
"depends": [
"core>=1"
]
}