Setup Godot example project
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-12-28 15:37:58 +01:00
parent 30cc8a857c
commit e9a34a2152
27 changed files with 91638 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
declare module "godot" {
interface ResourceTypes {
"res://biome.json": JSON;
}
}