2023-01-15 13:05:48 -05:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://d25c4ey6gvduc"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cg848qjc4fxi" path="res://Images/Main_menu.png" id="1_65g7h"]
|
|
|
|
[ext_resource type="Script" path="res://start.gd" id="1_exncb"]
|
|
|
|
|
|
|
|
[node name="Start" type="Node2D"]
|
|
|
|
script = ExtResource("1_exncb")
|
|
|
|
|
|
|
|
[node name="MainMenu" type="Sprite2D" parent="."]
|
2023-01-15 13:08:23 -05:00
|
|
|
position = Vector2(957, 824)
|
2023-01-15 13:05:48 -05:00
|
|
|
scale = Vector2(15, 15)
|
|
|
|
texture = ExtResource("1_65g7h")
|
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
|
|
offset_left = 1200.0
|
|
|
|
offset_top = 436.0
|
|
|
|
offset_right = 1296.0
|
|
|
|
offset_bottom = 467.0
|
|
|
|
scale = Vector2(4, 4)
|
|
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
|
|
theme_override_colors/font_pressed_color = Color(0, 0.52549, 0, 1)
|
|
|
|
theme_override_colors/font_hover_color = Color(0, 0, 0.65098, 1)
|
|
|
|
text = "Start Game"
|
|
|
|
flat = true
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
2023-01-15 13:07:32 -05:00
|
|
|
offset_left = 1318.0
|
|
|
|
offset_top = 109.0
|
|
|
|
offset_right = 1728.0
|
|
|
|
offset_bottom = 310.0
|
2023-01-15 13:05:48 -05:00
|
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
2023-01-15 13:07:32 -05:00
|
|
|
theme_override_font_sizes/font_size = 145
|
2023-01-15 13:05:48 -05:00
|
|
|
text = "ENVIE
|
|
|
|
"
|
|
|
|
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|