initial commit

This commit is contained in:
David Allen 2025-04-04 23:58:52 -06:00
commit 10cfdbd252
Signed by: towk
GPG key ID: 793B2924A49B3A3F
129 changed files with 3881 additions and 0 deletions

36
project.godot Normal file
View file

@ -0,0 +1,36 @@
; 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"