init commit
This commit is contained in:
@@ -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 []
|
||||
Reference in New Issue
Block a user