mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2025-02-23 09:54:19 +01:00
14 lines
203 B
INI
14 lines
203 B
INI
|
[application]
|
||
|
|
||
|
name="DataEditorDemo"
|
||
|
main_scene="res://ShopDialog.tscn"
|
||
|
icon="res://icon.png"
|
||
|
|
||
|
[autoload]
|
||
|
|
||
|
data="*res://addons/godot_data_editor/data.gd"
|
||
|
|
||
|
[editor_plugins]
|
||
|
|
||
|
enabled=["godot_data_editor"]
|