diff --git a/flumi/Scripts/Constants.gd b/flumi/Scripts/Constants.gd index d7c4446..a058658 100644 --- a/flumi/Scripts/Constants.gd +++ b/flumi/Scripts/Constants.gd @@ -23,4 +23,11 @@ pre { text-xl font-mono } button { text-[16px] bg-[#1b1b1b] rounded-md text-white hover:bg-[#2a2a2a] active:bg-[#101010] } button[disabled] { bg-[#666666] text-[#999999] cursor-not-allowed } -""" \ No newline at end of file +""" + +var HTML_CONTENT = """ + +New tab + +

test

+""".to_utf8_buffer() diff --git a/flumi/project.godot b/flumi/project.godot index 26a7e4f..9f74a71 100644 --- a/flumi/project.godot +++ b/flumi/project.godot @@ -14,6 +14,7 @@ config/name="Flumi" config/version="1.0.0" run/main_scene="uid://bytm7bt2s4ak8" config/features=PackedStringArray("4.4", "Forward Plus") +boot_splash/show_image=false config/icon="uid://ctpe0lbehepen" [autoload] @@ -29,7 +30,7 @@ window/stretch/aspect="ignore" [editor_plugins] -enabled=PackedStringArray("res://addons/DatePicker/plugin.cfg", "res://addons/SmoothScroll/plugin.cfg", "res://addons/godot-flexbox/plugin.cfg", "res://addons/gurt-protocol/plugin.cfg") +enabled=PackedStringArray("res://addons/DatePicker/plugin.cfg", "res://addons/godot-flexbox/plugin.cfg", "res://addons/gurt-protocol/plugin.cfg") [file_customization]