Files
Patrick Dawson 19f83efe72 Add export plugin
2024-06-19 00:23:32 +02:00

34 lines
719 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="CSharpGameProject"
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"
[display]
window/subwindows/embed_subwindows=false
window/vsync/vsync_mode=0
[dotnet]
project/assembly_name="CSharpGameProject"
[editor_plugins]
enabled=PackedStringArray("res://addons/imgui-godot/plugin.cfg")