mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2024-11-13 06:27: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"]
|