35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c58wsmkklb7wq"]
|
|
|
|
[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"]
|
|
[ext_resource type="Texture2D" uid="uid://drkbrxdk6s40s" path="res://Images/eniv.png" id="3_5j2rv"]
|
|
|
|
[node name="Start" type="Node2D"]
|
|
position = Vector2(-13, 37)
|
|
scale = Vector2(0.547083, 0.527457)
|
|
script = ExtResource("1_exncb")
|
|
|
|
[node name="MainMenu" type="Sprite2D" parent="."]
|
|
position = Vector2(957, 824)
|
|
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="Eniv" type="Sprite2D" parent="."]
|
|
position = Vector2(1632, 266)
|
|
scale = Vector2(4, 4)
|
|
texture = ExtResource("3_5j2rv")
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|