@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
declare module "godot" {
|
||||
interface ResourceTypes {
|
||||
"res://biome.json": JSON;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
declare module "godot" {
|
||||
interface ResourceTypes {
|
||||
"res://icon.svg": CompressedTexture2D;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user