html-designer/project.godot
2025-04-04 23:58:52 -06:00

36 lines
777 B
Text

; 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="HtmlDesigner"
config/tags=PackedStringArray("app", "interface", "tool")
run/main_scene="res://src/main_ui.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
run/low_processor_mode=true
config/icon="res://icon.svg"
[autoload]
html="*res://src/html.tscn"
app="*res://src/app.tscn"
[display]
window/size/initial_position_type=3
window/subwindows/embed_subwindows=false
[dotnet]
project/assembly_name="HtmlDesigner"
[rendering]
renderer/rendering_method="gl_compatibility"