[gd_scene load_steps=7 format=2] [ext_resource path="res://resources/ui/theme.tres" type="Theme" id=1] [ext_resource path="res://scripts/menu/local_game.gd" type="Script" id=2] [ext_resource path="res://resources/ui/font.tres" type="DynamicFont" id=3] [ext_resource path="res://assets/icons/exitRight.png" type="Texture" id=4] [ext_resource path="res://assets/icons/return.png" type="Texture" id=5] [ext_resource path="res://scenes/menu/player_settings.tscn" type="PackedScene" id=6] [node name="local_game" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 0.857376 margin_top = 0.857422 margin_right = 0.857422 margin_bottom = 0.857422 theme = ExtResource( 1 ) script = ExtResource( 2 ) [node name="menu" type="Panel" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -217.5 margin_top = -187.5 margin_right = 217.5 margin_bottom = 187.5 grow_horizontal = 2 grow_vertical = 2 [node name="bots" type="CheckButton" parent="menu"] margin_left = 18.8485 margin_top = 238.232 margin_right = 184.849 margin_bottom = 296.232 pressed = true text = "Bots" flat = true [node name="start" type="Button" parent="menu"] anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -143.0 margin_top = -56.0 rect_pivot_offset = Vector2( 1.89856, 0.845154 ) custom_fonts/font = ExtResource( 3 ) text = "Start" icon = ExtResource( 4 ) flat = true [node name="back" type="Button" parent="menu"] anchor_top = 1.0 anchor_bottom = 1.0 margin_top = -56.0 margin_right = 132.0 rect_pivot_offset = Vector2( 0.606262, -0.447205 ) custom_fonts/font = ExtResource( 3 ) text = "Back" icon = ExtResource( 5 ) flat = true [node name="player_settings" parent="menu" instance=ExtResource( 6 )] margin_left = 27.4727 margin_top = 18.9189 margin_right = 392.473 margin_bottom = 235.919 [connection signal="pressed" from="menu/start" to="." method="_on_start_pressed"] [connection signal="pressed" from="menu/back" to="." method="_on_back_pressed"]