mirror of
https://github.com/pkdawson/imgui-godot.git
synced 2026-09-15 11:14:18 +00:00
39 lines
874 B
Plaintext
39 lines
874 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="Dear ImGui for Godot Demo"
|
|
run/main_scene="res://data/demo.tscn"
|
|
config/features=PackedStringArray("4.5", "C#")
|
|
run/max_fps=60
|
|
config/icon="res://data/icon.svg"
|
|
|
|
[autoload]
|
|
|
|
ImGuiRoot="*res://addons/imgui-godot/data/ImGuiRoot.tscn"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/subwindows/embed_subwindows=false
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
window/vsync/vsync_mode=0
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="Dear ImGui for Godot Demo"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/imgui-godot/plugin.cfg")
|