[gd_scene load_steps=3 format=3 uid="uid://bdotd02u5jjyt"] [ext_resource type="Script" path="res://Script/menu.gd" id="1_fxvhx"] [ext_resource type="Texture2D" uid="uid://cwgjhap8clkox" path="res://Sprites/Pixel Art Top Down - Basic v1.1.2/Texture/PLAY QUIT (1).png" id="2_4rx7c"] [node name="menu" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 115.0 offset_top = 2.0 offset_right = 115.0 offset_bottom = 2.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_fxvhx") [node name="MarginContainer" type="MarginContainer" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -21.0 offset_top = -33.0 offset_right = 21.0 offset_bottom = 33.0 grow_horizontal = 2 grow_vertical = 2 scale = Vector2(10, 2.5) [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] layout_mode = 2 [node name="play" type="Button" parent="MarginContainer/VBoxContainer"] layout_mode = 2 text = "Play" [node name="quit" type="Button" parent="MarginContainer/VBoxContainer"] layout_mode = 2 text = "Quit" [node name="PlayQuit(1)" type="Sprite2D" parent="."] position = Vector2(830, 288) scale = Vector2(2.00941, 1.12646) texture = ExtResource("2_4rx7c") [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(829, 290) zoom = Vector2(1.5, 1.5) [connection signal="pressed" from="MarginContainer/VBoxContainer/play" to="." method="_on_play_pressed"] [connection signal="pressed" from="MarginContainer/VBoxContainer/quit" to="." method="_on_quit_pressed"]