|
@@ -1,7 +1,7 @@
|
|
[gd_scene load_steps=3 format=3 uid="uid://bnug1ybm5mlyd"]
|
|
[gd_scene load_steps=3 format=3 uid="uid://bnug1ybm5mlyd"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://screens/main_menu.gd" id="1_6qk7l"]
|
|
[ext_resource type="Script" path="res://screens/main_menu.gd" id="1_6qk7l"]
|
|
-[ext_resource type="FontFile" uid="uid://7xrvisb6ikax" path="res://assets/fonts/crimes.ttf" id="2_scvm2"]
|
|
|
|
|
|
+[ext_resource type="PackedScene" uid="uid://bq2tsg7ic7l6h" path="res://assets/scenes/logo.tscn" id="2_tr1i0"]
|
|
|
|
|
|
[node name="MainMenu" type="Control"]
|
|
[node name="MainMenu" type="Control"]
|
|
layout_mode = 3
|
|
layout_mode = 3
|
|
@@ -12,22 +12,16 @@ grow_horizontal = 2
|
|
grow_vertical = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_6qk7l")
|
|
script = ExtResource("1_6qk7l")
|
|
|
|
|
|
-[node name="Title" type="Label" parent="."]
|
|
|
|
|
|
+[node name="Logo" parent="." instance=ExtResource("2_tr1i0")]
|
|
layout_mode = 1
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
anchor_right = 0.5
|
|
-offset_left = -399.0
|
|
|
|
-offset_top = 55.0
|
|
|
|
-offset_right = 399.0
|
|
|
|
-offset_bottom = 114.0
|
|
|
|
|
|
+offset_left = -404.0
|
|
|
|
+offset_top = 83.0
|
|
|
|
+offset_right = 405.0
|
|
|
|
+offset_bottom = 166.0
|
|
grow_horizontal = 2
|
|
grow_horizontal = 2
|
|
-theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
|
|
-theme_override_constants/shadow_offset_x = 5
|
|
|
|
-theme_override_constants/shadow_offset_y = 5
|
|
|
|
-theme_override_fonts/font = ExtResource("2_scvm2")
|
|
|
|
-theme_override_font_sizes/font_size = 80
|
|
|
|
-text = "Last Stand of Humanity"
|
|
|
|
|
|
|
|
[node name="Buttons" type="VBoxContainer" parent="."]
|
|
[node name="Buttons" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
layout_mode = 1
|