Ouroboros/Scenes/main_menu.tscn

145 lines
3.9 KiB
Plaintext

[gd_scene load_steps=10 format=3 uid="uid://bu5cwjawsnb1q"]
[ext_resource type="Script" uid="uid://bomw4j2mmerry" path="res://Scripts/main_menu.gd" id="1_28flt"]
[ext_resource type="Texture2D" uid="uid://dxdtqv4do4x31" path="res://Sprites/background.png" id="2_48xlc"]
[ext_resource type="Texture2D" uid="uid://c6kno4vjbvu28" path="res://Sprites/ouroboros.png" id="3_ce3w2"]
[ext_resource type="Script" uid="uid://dp3dc6g76g8wq" path="res://Scripts/menu_ouroboros.gd" id="4_n45e2"]
[sub_resource type="LabelSettings" id="LabelSettings_ce3w2"]
font_size = 160
font_color = Color(1, 0.271, 0, 1)
[sub_resource type="LabelSettings" id="LabelSettings_n45e2"]
font_size = 160
font_color = Color(1, 1, 0, 1)
[sub_resource type="LabelSettings" id="LabelSettings_opfnp"]
font_size = 160
font_color = Color(0, 0, 1, 1)
[sub_resource type="LabelSettings" id="LabelSettings_cp0ys"]
font_size = 160
font_color = Color(0.545098, 0, 0, 1)
[sub_resource type="LabelSettings" id="LabelSettings_yhxw7"]
font_size = 160
font_color = Color(1, 1, 0, 1)
[node name="MainMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_28flt")
[node name="Background" type="Sprite2D" parent="."]
texture = ExtResource("2_48xlc")
centered = false
[node name="Container" type="Control" parent="."]
layout_mode = 1
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Buttons" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.3
anchor_top = 0.432
anchor_right = 0.7
anchor_bottom = 0.909
grow_horizontal = 2
grow_vertical = 2
[node name="Start" type="Button" parent="Buttons"]
layout_mode = 2
text = "Start Game"
[node name="Options" type="Button" parent="Buttons"]
layout_mode = 2
text = "Options"
[node name="Quit" type="Button" parent="Buttons"]
layout_mode = 2
text = "Quit"
[node name="Title" type="Control" parent="."]
anchors_preset = 0
offset_left = -34.0
offset_top = -2.0
offset_right = 6.0
offset_bottom = 38.0
[node name="Ouroboros" type="Sprite2D" parent="Title"]
modulate = Color(0.545, 0, 0, 1)
position = Vector2(241, 130)
texture = ExtResource("3_ce3w2")
script = ExtResource("4_n45e2")
[node name="Ouroboros2" type="Sprite2D" parent="Title"]
modulate = Color(0, 0.502, 0, 1)
position = Vector2(574, 176)
scale = Vector2(0.5, 0.5)
texture = ExtResource("3_ce3w2")
script = ExtResource("4_n45e2")
[node name="Ouroboros3" type="Sprite2D" parent="Title"]
modulate = Color(0.4, 0.2, 0.6, 1)
position = Vector2(776, 178)
scale = Vector2(0.5, 0.5)
texture = ExtResource("3_ce3w2")
script = ExtResource("4_n45e2")
[node name="Ouroboros4" type="Sprite2D" parent="Title"]
modulate = Color(1, 0.270588, 0, 1)
position = Vector2(947, 181)
scale = Vector2(0.5, 0.5)
texture = ExtResource("3_ce3w2")
script = ExtResource("4_n45e2")
[node name="Label" type="Label" parent="Title"]
offset_left = 351.0
offset_top = 49.0
offset_right = 522.0
offset_bottom = 268.0
text = "u"
label_settings = SubResource("LabelSettings_ce3w2")
[node name="Label5" type="Label" parent="Title"]
offset_left = 453.0
offset_top = 49.0
offset_right = 624.0
offset_bottom = 268.0
text = "r"
label_settings = SubResource("LabelSettings_n45e2")
[node name="Label2" type="Label" parent="Title"]
offset_left = 625.0
offset_top = 50.0
offset_right = 725.0
offset_bottom = 269.0
text = "b"
label_settings = SubResource("LabelSettings_opfnp")
[node name="Label3" type="Label" parent="Title"]
offset_left = 827.0
offset_top = 52.0
offset_right = 927.0
offset_bottom = 271.0
text = "r"
label_settings = SubResource("LabelSettings_cp0ys")
[node name="Label4" type="Label" parent="Title"]
offset_left = 998.0
offset_top = 51.0
offset_right = 1098.0
offset_bottom = 270.0
text = "s"
label_settings = SubResource("LabelSettings_yhxw7")
[connection signal="pressed" from="Buttons/Start" to="." method="start_game"]
[connection signal="pressed" from="Buttons/Quit" to="." method="quit"]