init commit

This commit is contained in:
2025-04-26 10:41:46 -05:00
commit 8a1166fc19
94 changed files with 4374 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@tool
extends ImageFormatLoaderExtension
const _Setting = preload("setting.gd")
func get_settings() -> Array[_Setting]:
assert(false, "This method is abstract and must be overriden.")
return []