zuri
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
[gd_scene format=3 uid="uid://ff2uc6ruj6q8"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d1f75fetro2se" path="res://assets/images/mainmenubg.png" id="1_8at84"]
|
||||
[ext_resource type="Script" uid="uid://jgx43t3crrqe" path="res://assets/scripts/main_menu.gd" id="1_n76nl"]
|
||||
[ext_resource type="FontFile" uid="uid://ha2vel05pr1v" path="res://assets/fonts/AnonymousPro-Bold.ttf" id="2_2cgkr"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_n76nl"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 64
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_xyegg"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 64
|
||||
font_color = Color(1, 0.23137255, 0.23137255, 1)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_4agkw"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 32
|
||||
|
||||
[node name="MainMenu" type="Control" unique_id=580589415]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_n76nl")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="." unique_id=152583119]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -85.5
|
||||
offset_top = -57.0
|
||||
offset_right = 85.5
|
||||
offset_bottom = 57.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
pivot_offset_ratio = Vector2(0.5, 0.5)
|
||||
texture = ExtResource("1_8at84")
|
||||
|
||||
[node name="title2" type="Label" parent="." unique_id=613048176]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = 277.5
|
||||
offset_top = 118.0
|
||||
offset_right = 312.5
|
||||
offset_bottom = 183.0
|
||||
grow_horizontal = 2
|
||||
text = "_"
|
||||
label_settings = SubResource("LabelSettings_n76nl")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="title1" type="Label" parent="." unique_id=37564803]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -282.5
|
||||
offset_top = 120.0
|
||||
offset_right = 276.5
|
||||
offset_bottom = 185.0
|
||||
grow_horizontal = 2
|
||||
text = "countdown mayhem"
|
||||
label_settings = SubResource("LabelSettings_xyegg")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1343435685]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -120.0
|
||||
offset_top = -104.0
|
||||
offset_right = 120.0
|
||||
offset_bottom = -64.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
theme_override_constants/separation = 100
|
||||
|
||||
[node name="playButton" type="Label" parent="HBoxContainer" unique_id=2094623257]
|
||||
layout_mode = 2
|
||||
text = "play"
|
||||
label_settings = SubResource("LabelSettings_4agkw")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="aboutButton" type="Label" parent="HBoxContainer" unique_id=317431764]
|
||||
layout_mode = 2
|
||||
text = "about"
|
||||
label_settings = SubResource("LabelSettings_4agkw")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[connection signal="mouse_entered" from="HBoxContainer/playButton" to="." method="_on_play_button_mouse_entered"]
|
||||
Reference in New Issue
Block a user