init
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user