Files
imgui-godot/doc/examples/ToolCSharp/project.godot
Patrick Dawson 52c8ee8a8f Add C# tool demo
2024-04-30 23:40:59 +02:00

29 lines
626 B
Plaintext

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="ToolCSharp"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.2", "C#", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
ImGuiRoot="*res://addons/imgui-godot/data/ImGuiRoot.tscn"
[dotnet]
project/assembly_name="ToolCSharp"
[editor_plugins]
enabled=PackedStringArray("res://addons/imgui-godot/plugin.cfg")