mirror of
https://github.com/Relintai/gdfxr.git
synced 2025-04-20 01:43:13 +02:00
Fix error when importing a new sfxr file
This commit is contained in:
parent
0fdde9e60a
commit
140033208e
@ -13,6 +13,10 @@ func _get_import_order():
|
|||||||
return ResourceImporter.IMPORT_ORDER_DEFAULT
|
return ResourceImporter.IMPORT_ORDER_DEFAULT
|
||||||
|
|
||||||
|
|
||||||
|
func _get_priority():
|
||||||
|
return 1.0
|
||||||
|
|
||||||
|
|
||||||
func _get_visible_name():
|
func _get_visible_name():
|
||||||
return "SFXR Audio"
|
return "SFXR Audio"
|
||||||
|
|
||||||
|
@ -15,6 +15,10 @@ run/main_scene="res://example/Example.tscn"
|
|||||||
config/features=PackedStringArray("4.0")
|
config/features=PackedStringArray("4.0")
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
|
||||||
|
export/convert_text_resources_to_binary=true
|
||||||
|
|
||||||
[editor_plugins]
|
[editor_plugins]
|
||||||
|
|
||||||
enabled=PackedStringArray("res://addons/gdfxr/plugin.cfg")
|
enabled=PackedStringArray("res://addons/gdfxr/plugin.cfg")
|
||||||
|
Loading…
Reference in New Issue
Block a user