Example work
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2026-01-02 23:46:16 +01:00
parent c6683f4905
commit 9fb5468ec2
6 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
declare module "godot" {
interface SceneNodes {
"src/form/ControlledForm.tscn": {};
}
}

View File

@@ -0,0 +1,5 @@
declare module "godot" {
interface ResourceTypes {
"res://src/form/ControlledForm.tscn": PackedScene<Control<SceneNodes["src/form/ControlledForm.tscn"]>>;
}
}