gmtk-2024/ui/MainMenu.tscn
2024-08-19 03:16:36 +01:00

65 lines
1.7 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://e0g6tbtsqv6j"]
[ext_resource type="Script" path="res://ui/main_menu.gd" id="1_wuxjj"]
[ext_resource type="Texture2D" uid="uid://077ffi13hk2e" path="res://assets/art/export/claustrophemia-Layer 1.png" id="2_dgsrv"]
[ext_resource type="Theme" uid="uid://r0t1dx6hpo2m" path="res://ui/menu.tres" id="3_5x31f"]
[node name="MainMenu" type="ColorRect"]
offset_right = 640.0
offset_bottom = 363.0
scale = Vector2(1, 0.991561)
theme = ExtResource("3_5x31f")
color = Color(0.300955, 0, 0.00368265, 1)
script = ExtResource("1_wuxjj")
[node name="Logo" type="TextureRect" parent="."]
texture_filter = 1
layout_mode = 0
offset_left = 128.0
offset_top = 16.0
offset_right = 512.0
offset_bottom = 144.0
texture = ExtResource("2_dgsrv")
stretch_mode = 4
metadata/_aseprite_wizard_interface_config_ = {
"layer_section": true,
"output_section": true,
"slice_section": false
}
metadata/_aseprite_wizard_config_ = {
"i_mode": 1,
"keep_anim_length": false,
"layer": "Layer 1",
"o_ex_p": "",
"o_folder": "res://assets/export",
"o_name": "claustrophemia-",
"only_visible": true,
"player": "",
"slice": "",
"source": "res://assets/claustrophemia.aseprite"
}
metadata/_aseprite_wizard_source_file_hash_ = "784e92f64bd88aac2d53a52103f858ed"
[node name="StartButton" type="Button" parent="."]
layout_mode = 0
offset_left = 256.0
offset_top = 144.0
offset_right = 384.0
offset_bottom = 192.0
text = "Start"
[node name="SettingsButton" type="Button" parent="."]
layout_mode = 0
offset_left = 256.0
offset_top = 216.0
offset_right = 384.0
offset_bottom = 264.0
text = "Settings"
[node name="ExitButton" type="Button" parent="."]
layout_mode = 0
offset_left = 256.0
offset_top = 288.0
offset_right = 384.0
offset_bottom = 336.0
text = "Exit"