14 lines
346 B
JSON
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"
|
|
]
|
|
}
|