summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mus/intro.wavbin0 -> 6342104 bytes
-rw-r--r--mus/intro.wav.import24
-rw-r--r--project.godot21
-rw-r--r--room/kitchen/kitchen.pngbin0 -> 2493262 bytes
-rw-r--r--room/kitchen/kitchen.png.import40
-rw-r--r--room/kitchen/kitchenbottomlayer.pngbin0 -> 2767048 bytes
-rw-r--r--room/kitchen/kitchenbottomlayer.png.import40
-rw-r--r--room/kitchen/kitchentoplayer.pngbin0 -> 1571856 bytes
-rw-r--r--room/kitchen/kitchentoplayer.png.import40
-rw-r--r--room/start/room.jpgbin0 -> 197584 bytes
-rw-r--r--room/start/room.jpg.import40
-rw-r--r--room/start/testprop.pngbin0 -> 4982 bytes
-rw-r--r--room/start/testprop.png.import40
-rw-r--r--scenes/room/start.tscn9
-rw-r--r--scenes/ui/menu.gd20
-rw-r--r--scenes/ui/menu.gd.uid1
-rw-r--r--scenes/ui/menu.tscn63
-rw-r--r--scenes/ui/options.gd4
-rw-r--r--scenes/ui/options.gd.uid1
-rw-r--r--scenes/ui/options.tscn53
-rw-r--r--scenes/ui/title.tscn70
-rw-r--r--scenes/ui/title_button.gd20
-rw-r--r--scenes/ui/title_button.gd.uid1
-rw-r--r--scenes/ui/title_button.tscn8
-rw-r--r--spr/weener/crouch.pngbin0 -> 28039 bytes
-rw-r--r--spr/weener/crouch.png.import40
-rw-r--r--spr/weener/grab.pngbin0 -> 46706 bytes
-rw-r--r--spr/weener/grab.png.import40
-rw-r--r--spr/weener/stand.pngbin0 -> 59490 bytes
-rw-r--r--spr/weener/stand.png.import40
-rw-r--r--spr/weener/walk.pngbin0 -> 65558 bytes
-rw-r--r--spr/weener/walk.png.import40
-rw-r--r--ui/Baskerville.ttfbin0 -> 54976 bytes
-rw-r--r--ui/Baskerville.ttf.import36
-rw-r--r--ui/cursor.pngbin0 -> 4155 bytes
-rw-r--r--ui/cursor.png.import40
-rw-r--r--ui/cursor_shadow.pngbin0 -> 4553 bytes
-rw-r--r--ui/cursor_shadow.png.import40
-rw-r--r--ui/frame.pngbin0 -> 60290 bytes
-rw-r--r--ui/frame.png.import40
-rw-r--r--ui/settings.pngbin0 -> 10528 bytes
-rw-r--r--ui/settings.png.import40
-rw-r--r--ui/settings_active.pngbin0 -> 17465 bytes
-rw-r--r--ui/settings_active.png.import40
-rw-r--r--ui/testmenu.pngbin0 -> 73748 bytes
-rw-r--r--ui/testmenu.png.import40
-rw-r--r--ui/textbox.pngbin0 -> 4040 bytes
-rw-r--r--ui/textbox.png.import40
-rw-r--r--ui/textbox_arrow.pngbin0 -> 1098 bytes
-rw-r--r--ui/textbox_arrow.png.import40
-rw-r--r--ui/textbox_container.pngbin0 -> 3309 bytes
-rw-r--r--ui/textbox_container.png.import40
-rw-r--r--ui/title.pngbin0 -> 352593 bytes
-rw-r--r--ui/title.png.import40
54 files changed, 1091 insertions, 0 deletions
diff --git a/mus/intro.wav b/mus/intro.wav
new file mode 100644
index 0000000..e1bfb69
--- /dev/null
+++ b/mus/intro.wav
Binary files differ
diff --git a/mus/intro.wav.import b/mus/intro.wav.import
new file mode 100644
index 0000000..376dbc5
--- /dev/null
+++ b/mus/intro.wav.import
@@ -0,0 +1,24 @@
+[remap]
+
+importer="wav"
+type="AudioStreamWAV"
+uid="uid://coes42bdgqlbh"
+path="res://.godot/imported/intro.wav-6a3a8645ea7c599bb4799e8b7aa4ac0f.sample"
+
+[deps]
+
+source_file="res://mus/intro.wav"
+dest_files=["res://.godot/imported/intro.wav-6a3a8645ea7c599bb4799e8b7aa4ac0f.sample"]
+
+[params]
+
+force/8_bit=false
+force/mono=false
+force/max_rate=false
+force/max_rate_hz=44100
+edit/trim=false
+edit/normalize=false
+edit/loop_mode=0
+edit/loop_begin=0
+edit/loop_end=-1
+compress/mode=2
diff --git a/project.godot b/project.godot
index 8820be9..ed0b8cb 100644
--- a/project.godot
+++ b/project.godot
@@ -15,5 +15,26 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
[application]
config/name="Moloch"
+run/main_scene="res://scenes/ui/title.tscn"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
+
+[autoload]
+
+Menu="*uid://befvsvog6282s"
+
+[display]
+
+window/size/viewport_width=1920
+window/size/viewport_height=1080
+window/size/window_width_override=1080
+window/size/window_height_override=720
+window/stretch/mode="canvas_items"
+
+[input]
+
+ui_menu={
+"deadzone": 0.5,
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194305,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
+]
+}
diff --git a/room/kitchen/kitchen.png b/room/kitchen/kitchen.png
new file mode 100644
index 0000000..71d6fa9
--- /dev/null
+++ b/room/kitchen/kitchen.png
Binary files differ
diff --git a/room/kitchen/kitchen.png.import b/room/kitchen/kitchen.png.import
new file mode 100644
index 0000000..cf4bfd1
--- /dev/null
+++ b/room/kitchen/kitchen.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://domalafsxaubx"
+path="res://.godot/imported/kitchen.png-4701b051c0d81b7628727c36145d09f6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://room/kitchen/kitchen.png"
+dest_files=["res://.godot/imported/kitchen.png-4701b051c0d81b7628727c36145d09f6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/room/kitchen/kitchenbottomlayer.png b/room/kitchen/kitchenbottomlayer.png
new file mode 100644
index 0000000..99b7d57
--- /dev/null
+++ b/room/kitchen/kitchenbottomlayer.png
Binary files differ
diff --git a/room/kitchen/kitchenbottomlayer.png.import b/room/kitchen/kitchenbottomlayer.png.import
new file mode 100644
index 0000000..c72c4dd
--- /dev/null
+++ b/room/kitchen/kitchenbottomlayer.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ep6wdkye3roh"
+path="res://.godot/imported/kitchenbottomlayer.png-aa79e5cdef6798122640ff12fcae8592.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://room/kitchen/kitchenbottomlayer.png"
+dest_files=["res://.godot/imported/kitchenbottomlayer.png-aa79e5cdef6798122640ff12fcae8592.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/room/kitchen/kitchentoplayer.png b/room/kitchen/kitchentoplayer.png
new file mode 100644
index 0000000..89b4da8
--- /dev/null
+++ b/room/kitchen/kitchentoplayer.png
Binary files differ
diff --git a/room/kitchen/kitchentoplayer.png.import b/room/kitchen/kitchentoplayer.png.import
new file mode 100644
index 0000000..f559717
--- /dev/null
+++ b/room/kitchen/kitchentoplayer.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbajn6hm3stsh"
+path="res://.godot/imported/kitchentoplayer.png-8901261216b514ba15a5f58eda6a3183.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://room/kitchen/kitchentoplayer.png"
+dest_files=["res://.godot/imported/kitchentoplayer.png-8901261216b514ba15a5f58eda6a3183.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/room/start/room.jpg b/room/start/room.jpg
new file mode 100644
index 0000000..4539b77
--- /dev/null
+++ b/room/start/room.jpg
Binary files differ
diff --git a/room/start/room.jpg.import b/room/start/room.jpg.import
new file mode 100644
index 0000000..b4688a5
--- /dev/null
+++ b/room/start/room.jpg.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfn3ctcvyfjn0"
+path="res://.godot/imported/room.jpg-9d1d4a884a7fee2b733d5359249a53db.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://room/start/room.jpg"
+dest_files=["res://.godot/imported/room.jpg-9d1d4a884a7fee2b733d5359249a53db.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/room/start/testprop.png b/room/start/testprop.png
new file mode 100644
index 0000000..032ca72
--- /dev/null
+++ b/room/start/testprop.png
Binary files differ
diff --git a/room/start/testprop.png.import b/room/start/testprop.png.import
new file mode 100644
index 0000000..1cf0966
--- /dev/null
+++ b/room/start/testprop.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://det86lqkb5y4p"
+path="res://.godot/imported/testprop.png-402e13894885a95ace74c4c142c49634.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://room/start/testprop.png"
+dest_files=["res://.godot/imported/testprop.png-402e13894885a95ace74c4c142c49634.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/scenes/room/start.tscn b/scenes/room/start.tscn
new file mode 100644
index 0000000..b7ad877
--- /dev/null
+++ b/scenes/room/start.tscn
@@ -0,0 +1,9 @@
+[gd_scene format=3 uid="uid://cec247tmm7ait"]
+
+[ext_resource type="Texture2D" uid="uid://cfn3ctcvyfjn0" path="res://room/start/room.jpg" id="1_ft2pm"]
+
+[node name="Start" type="Node2D" unique_id=2088608692]
+
+[node name="Room" type="Sprite2D" parent="." unique_id=1997957082]
+texture = ExtResource("1_ft2pm")
+centered = false
diff --git a/scenes/ui/menu.gd b/scenes/ui/menu.gd
new file mode 100644
index 0000000..16882a4
--- /dev/null
+++ b/scenes/ui/menu.gd
@@ -0,0 +1,20 @@
+extends CanvasLayer
+
+var menu: CanvasLayer
+
+func _input(event: InputEvent) -> void:
+ if event.is_action_pressed("ui_menu"):
+ if menu:
+ menu.queue_free()
+ menu = null
+ else:
+ menu = load("uid://dqhxjaxlgy4yf").instantiate()
+ add_child(menu)
+
+
+func _on_main_menu_pressed() -> void:
+ get_tree().change_scene_to_file("res://scenes/ui/title.tscn")
+
+
+func _on_quit_pressed() -> void:
+ get_tree().quit()
diff --git a/scenes/ui/menu.gd.uid b/scenes/ui/menu.gd.uid
new file mode 100644
index 0000000..45d6d4f
--- /dev/null
+++ b/scenes/ui/menu.gd.uid
@@ -0,0 +1 @@
+uid://befvsvog6282s
diff --git a/scenes/ui/menu.tscn b/scenes/ui/menu.tscn
new file mode 100644
index 0000000..37d83d5
--- /dev/null
+++ b/scenes/ui/menu.tscn
@@ -0,0 +1,63 @@
+[gd_scene format=3 uid="uid://dqhxjaxlgy4yf"]
+
+[ext_resource type="Script" uid="uid://befvsvog6282s" path="res://scenes/ui/menu.gd" id="1_wedc3"]
+[ext_resource type="PackedScene" uid="uid://dj2dk1g7jnk23" path="res://scenes/ui/title_button.tscn" id="2_c2n5p"]
+
+[node name="CanvasLayer" type="CanvasLayer" unique_id=1450802124]
+script = ExtResource("1_wedc3")
+
+[node name="Menu" type="Control" parent="." unique_id=115089705]
+layout_mode = 3
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+grow_horizontal = 2
+grow_vertical = 2
+size_flags_horizontal = 4
+size_flags_vertical = 4
+
+[node name="VBoxContainer" type="VBoxContainer" parent="Menu" unique_id=604076564]
+layout_mode = 1
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+offset_left = -260.5
+offset_top = -294.0
+offset_right = 260.5
+offset_bottom = 294.0
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="Label" type="Label" parent="Menu/VBoxContainer" unique_id=1102397096]
+layout_mode = 2
+theme_override_font_sizes/font_size = 100
+text = "MENU!!!!!!!!"
+horizontal_alignment = 1
+uppercase = true
+
+[node name="Save" parent="Menu/VBoxContainer" unique_id=1597537067 instance=ExtResource("2_c2n5p")]
+layout_mode = 2
+text = "Save"
+
+[node name="Load" parent="Menu/VBoxContainer" unique_id=1726486889 instance=ExtResource("2_c2n5p")]
+layout_mode = 2
+text = "Load"
+
+[node name="Options" parent="Menu/VBoxContainer" unique_id=674602521 instance=ExtResource("2_c2n5p")]
+layout_mode = 2
+text = "Options"
+
+[node name="Main Menu" parent="Menu/VBoxContainer" unique_id=1904714546 instance=ExtResource("2_c2n5p")]
+layout_mode = 2
+text = "Main Menu"
+
+[node name="Quit" parent="Menu/VBoxContainer" unique_id=1892162088 instance=ExtResource("2_c2n5p")]
+layout_mode = 2
+text = "Quit"
+
+[connection signal="pressed" from="Menu/VBoxContainer/Main Menu" to="." method="_on_main_menu_pressed"]
+[connection signal="pressed" from="Menu/VBoxContainer/Quit" to="." method="_on_quit_pressed"]
diff --git a/scenes/ui/options.gd b/scenes/ui/options.gd
new file mode 100644
index 0000000..fa4e56a
--- /dev/null
+++ b/scenes/ui/options.gd
@@ -0,0 +1,4 @@
+extends CanvasLayer
+
+func _on_close_pressed() -> void:
+
diff --git a/scenes/ui/options.gd.uid b/scenes/ui/options.gd.uid
new file mode 100644
index 0000000..f0c89ba
--- /dev/null
+++ b/scenes/ui/options.gd.uid
@@ -0,0 +1 @@
+uid://ck4twnv274ivh
diff --git a/scenes/ui/options.tscn b/scenes/ui/options.tscn
new file mode 100644
index 0000000..252eccd
--- /dev/null
+++ b/scenes/ui/options.tscn
@@ -0,0 +1,53 @@
+[gd_scene format=3 uid="uid://i8ml66ykc8eh"]
+
+[ext_resource type="PackedScene" uid="uid://dj2dk1g7jnk23" path="res://scenes/ui/title_button.tscn" id="1_ad3a0"]
+[ext_resource type="Script" uid="uid://ck4twnv274ivh" path="res://scenes/ui/options.gd" id="1_lr2b1"]
+
+[node name="CanvasLayer" type="CanvasLayer" unique_id=1973935756]
+script = ExtResource("1_lr2b1")
+
+[node name="Control" type="Control" parent="." unique_id=1010669591]
+layout_mode = 3
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+offset_left = -20.0
+offset_top = -20.0
+offset_right = 20.0
+offset_bottom = 20.0
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="VBoxContainer" type="VBoxContainer" parent="Control" unique_id=551513181]
+layout_mode = 1
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+offset_left = -50.0
+offset_top = -92.5
+offset_right = 50.0
+offset_bottom = 92.5
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="Label" type="Label" parent="Control/VBoxContainer" unique_id=1111325079]
+layout_mode = 2
+theme_override_font_sizes/font_size = 50
+text = "OPTIONS"
+
+[node name="Button" parent="Control/VBoxContainer" unique_id=1597537067 instance=ExtResource("1_ad3a0")]
+layout_mode = 2
+
+[node name="Button2" parent="Control/VBoxContainer" unique_id=932377545 instance=ExtResource("1_ad3a0")]
+layout_mode = 2
+
+[node name="Close" parent="Control/VBoxContainer" unique_id=1306792286 instance=ExtResource("1_ad3a0")]
+layout_mode = 2
+text = "Close
+"
+
+[connection signal="pressed" from="Control/VBoxContainer/Close" to="." method="_on_close_pressed"]
diff --git a/scenes/ui/title.tscn b/scenes/ui/title.tscn
new file mode 100644
index 0000000..65b44fd
--- /dev/null
+++ b/scenes/ui/title.tscn
@@ -0,0 +1,70 @@
+[gd_scene format=3 uid="uid://c2cmda8vfq0lb"]
+
+[ext_resource type="Script" uid="uid://c5pqgx27uuybk" path="res://scenes/ui/title_button.gd" id="1_g80e2"]
+[ext_resource type="PackedScene" uid="uid://dj2dk1g7jnk23" path="res://scenes/ui/title_button.tscn" id="1_t6us6"]
+
+[node name="Control" type="Control" unique_id=930849088]
+layout_mode = 3
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+script = ExtResource("1_g80e2")
+
+[node name="MarginContainer2" type="MarginContainer" parent="." unique_id=22126455]
+layout_mode = 1
+anchors_preset = 5
+anchor_left = 0.5
+anchor_right = 0.5
+offset_left = -359.5
+offset_right = 359.5
+offset_bottom = 273.0
+grow_horizontal = 2
+theme_override_constants/margin_top = 50
+
+[node name="Label" type="Label" parent="MarginContainer2" unique_id=1066740590]
+layout_mode = 2
+size_flags_horizontal = 0
+theme_override_font_sizes/font_size = 200
+text = "MULCH"
+uppercase = true
+
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1839328694]
+layout_mode = 1
+anchors_preset = 12
+anchor_top = 1.0
+anchor_right = 1.0
+anchor_bottom = 1.0
+offset_top = -219.0
+grow_horizontal = 2
+grow_vertical = 0
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 10
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 10
+
+[node name="Hbox" type="HBoxContainer" parent="MarginContainer" unique_id=728577623]
+layout_mode = 2
+theme_override_constants/separation = 25
+alignment = 1
+
+[node name="Start" parent="MarginContainer/Hbox" unique_id=1597537067 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Start"
+
+[node name="Load" parent="MarginContainer/Hbox" unique_id=1936574972 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Load"
+
+[node name="Options" parent="MarginContainer/Hbox" unique_id=1664031607 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Options"
+
+[node name="Quit" parent="MarginContainer/Hbox" unique_id=443491275 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Quit"
+
+[connection signal="pressed" from="MarginContainer/Hbox/Start" to="." method="_on_start_pressed"]
+[connection signal="pressed" from="MarginContainer/Hbox/Options" to="." method="_on_options_pressed"]
+[connection signal="pressed" from="MarginContainer/Hbox/Quit" to="." method="_on_exit_pressed"]
diff --git a/scenes/ui/title_button.gd b/scenes/ui/title_button.gd
new file mode 100644
index 0000000..3dc86fb
--- /dev/null
+++ b/scenes/ui/title_button.gd
@@ -0,0 +1,20 @@
+extends Control
+
+var options: CanvasLayer
+
+func _on_exit_pressed() -> void:
+ get_tree().quit()
+
+
+func _on_start_pressed() -> void:
+ get_tree().change_scene_to_file("res://scenes/room/start.tscn")
+
+
+func _on_main_menu_pressed() -> void:
+ get_tree().change_scene_to_file("res://scenes/ui/title.tscn")
+
+
+func _on_options_pressed() -> void:
+ options = load("uid://i8ml66ykc8eh").instantiate()
+ add_child(options)
+
diff --git a/scenes/ui/title_button.gd.uid b/scenes/ui/title_button.gd.uid
new file mode 100644
index 0000000..e1ce955
--- /dev/null
+++ b/scenes/ui/title_button.gd.uid
@@ -0,0 +1 @@
+uid://c5pqgx27uuybk
diff --git a/scenes/ui/title_button.tscn b/scenes/ui/title_button.tscn
new file mode 100644
index 0000000..8c876d3
--- /dev/null
+++ b/scenes/ui/title_button.tscn
@@ -0,0 +1,8 @@
+[gd_scene format=3 uid="uid://dj2dk1g7jnk23"]
+
+[node name="Button" type="Button" unique_id=1597537067]
+custom_minimum_size = Vector2(100, 50)
+offset_right = 8.0
+offset_bottom = 8.0
+size_flags_horizontal = 3
+size_flags_vertical = 3
diff --git a/spr/weener/crouch.png b/spr/weener/crouch.png
new file mode 100644
index 0000000..ab41d1c
--- /dev/null
+++ b/spr/weener/crouch.png
Binary files differ
diff --git a/spr/weener/crouch.png.import b/spr/weener/crouch.png.import
new file mode 100644
index 0000000..1f0ef4c
--- /dev/null
+++ b/spr/weener/crouch.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bje5rius281oi"
+path="res://.godot/imported/crouch.png-75053774087b61c96c0a12fed86c645b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://spr/weener/crouch.png"
+dest_files=["res://.godot/imported/crouch.png-75053774087b61c96c0a12fed86c645b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/spr/weener/grab.png b/spr/weener/grab.png
new file mode 100644
index 0000000..86857e0
--- /dev/null
+++ b/spr/weener/grab.png
Binary files differ
diff --git a/spr/weener/grab.png.import b/spr/weener/grab.png.import
new file mode 100644
index 0000000..e9511c0
--- /dev/null
+++ b/spr/weener/grab.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cr80vs56knlqh"
+path="res://.godot/imported/grab.png-9ce28178086dc660cf6a51212594526c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://spr/weener/grab.png"
+dest_files=["res://.godot/imported/grab.png-9ce28178086dc660cf6a51212594526c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/spr/weener/stand.png b/spr/weener/stand.png
new file mode 100644
index 0000000..15d2a6f
--- /dev/null
+++ b/spr/weener/stand.png
Binary files differ
diff --git a/spr/weener/stand.png.import b/spr/weener/stand.png.import
new file mode 100644
index 0000000..80fbbdc
--- /dev/null
+++ b/spr/weener/stand.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dk3ulxm2i0qm6"
+path="res://.godot/imported/stand.png-5ee97d0083a86108f4b04a767a42c835.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://spr/weener/stand.png"
+dest_files=["res://.godot/imported/stand.png-5ee97d0083a86108f4b04a767a42c835.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/spr/weener/walk.png b/spr/weener/walk.png
new file mode 100644
index 0000000..0b0c896
--- /dev/null
+++ b/spr/weener/walk.png
Binary files differ
diff --git a/spr/weener/walk.png.import b/spr/weener/walk.png.import
new file mode 100644
index 0000000..c8ed909
--- /dev/null
+++ b/spr/weener/walk.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bbcs52esee2pt"
+path="res://.godot/imported/walk.png-d79775f481243dd53f2ddd05fbab8284.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://spr/weener/walk.png"
+dest_files=["res://.godot/imported/walk.png-d79775f481243dd53f2ddd05fbab8284.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/Baskerville.ttf b/ui/Baskerville.ttf
new file mode 100644
index 0000000..21f63f8
--- /dev/null
+++ b/ui/Baskerville.ttf
Binary files differ
diff --git a/ui/Baskerville.ttf.import b/ui/Baskerville.ttf.import
new file mode 100644
index 0000000..512c262
--- /dev/null
+++ b/ui/Baskerville.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://dkm7ju10ix768"
+path="res://.godot/imported/Baskerville.ttf-67b2866e0315ee966d2ae5a45e96f132.fontdata"
+
+[deps]
+
+source_file="res://ui/Baskerville.ttf"
+dest_files=["res://.godot/imported/Baskerville.ttf-67b2866e0315ee966d2ae5a45e96f132.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=1
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/ui/cursor.png b/ui/cursor.png
new file mode 100644
index 0000000..bbcbef3
--- /dev/null
+++ b/ui/cursor.png
Binary files differ
diff --git a/ui/cursor.png.import b/ui/cursor.png.import
new file mode 100644
index 0000000..8b9b4b2
--- /dev/null
+++ b/ui/cursor.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://v5iga85oxfat"
+path="res://.godot/imported/cursor.png-4a6c9cbc7d12af26a5f0d9ddd83bc907.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/cursor.png"
+dest_files=["res://.godot/imported/cursor.png-4a6c9cbc7d12af26a5f0d9ddd83bc907.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/cursor_shadow.png b/ui/cursor_shadow.png
new file mode 100644
index 0000000..38ff630
--- /dev/null
+++ b/ui/cursor_shadow.png
Binary files differ
diff --git a/ui/cursor_shadow.png.import b/ui/cursor_shadow.png.import
new file mode 100644
index 0000000..c7b9b8f
--- /dev/null
+++ b/ui/cursor_shadow.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://sn26gsnlnb2t"
+path="res://.godot/imported/cursor_shadow.png-c2c59a9c8d0aee1b76eef7ec7ee517ff.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/cursor_shadow.png"
+dest_files=["res://.godot/imported/cursor_shadow.png-c2c59a9c8d0aee1b76eef7ec7ee517ff.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/frame.png b/ui/frame.png
new file mode 100644
index 0000000..f9795bf
--- /dev/null
+++ b/ui/frame.png
Binary files differ
diff --git a/ui/frame.png.import b/ui/frame.png.import
new file mode 100644
index 0000000..0a4a5ea
--- /dev/null
+++ b/ui/frame.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvjpwcupuqasb"
+path="res://.godot/imported/frame.png-947f3fa2287ab12b0ad8c31a6795dd92.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/frame.png"
+dest_files=["res://.godot/imported/frame.png-947f3fa2287ab12b0ad8c31a6795dd92.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/settings.png b/ui/settings.png
new file mode 100644
index 0000000..b23f064
--- /dev/null
+++ b/ui/settings.png
Binary files differ
diff --git a/ui/settings.png.import b/ui/settings.png.import
new file mode 100644
index 0000000..93b3f40
--- /dev/null
+++ b/ui/settings.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://i8shy6bxafxd"
+path="res://.godot/imported/settings.png-b2aa72797124287466e50ef66cba2e83.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/settings.png"
+dest_files=["res://.godot/imported/settings.png-b2aa72797124287466e50ef66cba2e83.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/settings_active.png b/ui/settings_active.png
new file mode 100644
index 0000000..06a9a6b
--- /dev/null
+++ b/ui/settings_active.png
Binary files differ
diff --git a/ui/settings_active.png.import b/ui/settings_active.png.import
new file mode 100644
index 0000000..5e07498
--- /dev/null
+++ b/ui/settings_active.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0mee421i7va3"
+path="res://.godot/imported/settings_active.png-df5dbb5a993c2546dacd54bf78857c73.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/settings_active.png"
+dest_files=["res://.godot/imported/settings_active.png-df5dbb5a993c2546dacd54bf78857c73.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/testmenu.png b/ui/testmenu.png
new file mode 100644
index 0000000..f76a387
--- /dev/null
+++ b/ui/testmenu.png
Binary files differ
diff --git a/ui/testmenu.png.import b/ui/testmenu.png.import
new file mode 100644
index 0000000..b52c139
--- /dev/null
+++ b/ui/testmenu.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dlux7p6fc5j8i"
+path="res://.godot/imported/testmenu.png-23ade5303336d134514887845890791f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/testmenu.png"
+dest_files=["res://.godot/imported/testmenu.png-23ade5303336d134514887845890791f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/textbox.png b/ui/textbox.png
new file mode 100644
index 0000000..e2f8c27
--- /dev/null
+++ b/ui/textbox.png
Binary files differ
diff --git a/ui/textbox.png.import b/ui/textbox.png.import
new file mode 100644
index 0000000..72d982c
--- /dev/null
+++ b/ui/textbox.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dt3nreoxkpek6"
+path="res://.godot/imported/textbox.png-ce642ba2352e3efa917e621d8d460fbb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/textbox.png"
+dest_files=["res://.godot/imported/textbox.png-ce642ba2352e3efa917e621d8d460fbb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/textbox_arrow.png b/ui/textbox_arrow.png
new file mode 100644
index 0000000..e043b24
--- /dev/null
+++ b/ui/textbox_arrow.png
Binary files differ
diff --git a/ui/textbox_arrow.png.import b/ui/textbox_arrow.png.import
new file mode 100644
index 0000000..40a2edb
--- /dev/null
+++ b/ui/textbox_arrow.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cckrufe4kgphu"
+path="res://.godot/imported/textbox_arrow.png-b028454b381edebf894d123a3679d661.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/textbox_arrow.png"
+dest_files=["res://.godot/imported/textbox_arrow.png-b028454b381edebf894d123a3679d661.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/textbox_container.png b/ui/textbox_container.png
new file mode 100644
index 0000000..e149b9a
--- /dev/null
+++ b/ui/textbox_container.png
Binary files differ
diff --git a/ui/textbox_container.png.import b/ui/textbox_container.png.import
new file mode 100644
index 0000000..0280124
--- /dev/null
+++ b/ui/textbox_container.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4qda255ivqgo"
+path="res://.godot/imported/textbox_container.png-ae89d8937b29926c84644648eeed3e1b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/textbox_container.png"
+dest_files=["res://.godot/imported/textbox_container.png-ae89d8937b29926c84644648eeed3e1b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/ui/title.png b/ui/title.png
new file mode 100644
index 0000000..ff46d34
--- /dev/null
+++ b/ui/title.png
Binary files differ
diff --git a/ui/title.png.import b/ui/title.png.import
new file mode 100644
index 0000000..3c330cd
--- /dev/null
+++ b/ui/title.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhpfnlt234n2y"
+path="res://.godot/imported/title.png-5eea9f4654390823b21fcaef01d8e1c7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://ui/title.png"
+dest_files=["res://.godot/imported/title.png-5eea9f4654390823b21fcaef01d8e1c7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1