Files
2026-09-10 10:59:37 +03:00

14 lines
346 B
JSON

{
"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"
]
}