mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2025-04-17 14:26:33 +02:00
18 lines
250 B
INI
18 lines
250 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"]
|
|
|
|
[input]
|
|
|
|
Test=[Vector2(0, 0), key(A), key(B)]
|