[gd_scene load_steps=2 format=3 uid="uid://bnx03xo45brr1"] [ext_resource type="Script" path="res://MainMenu.gd" id="1_5nykg"] [node name="Control" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_5nykg") [node name="ColorRect" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(0.113725, 0.133333, 0.160784, 1) [node name="Label" type="Label" parent="."] layout_mode = 2 offset_top = 1.0 offset_right = 2160.0 offset_bottom = 405.0 theme_override_font_sizes/font_size = 250 text = "Kniffel " horizontal_alignment = 1 vertical_alignment = 1 [node name="ScrollContainer" type="ScrollContainer" parent="."] layout_mode = 1 anchors_preset = -1 anchor_top = 0.102 anchor_right = 1.0 anchor_bottom = 0.102 offset_top = -7.68002 offset_bottom = 2979.32 [node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"] custom_minimum_size = Vector2(2160, 2995) layout_mode = 2 theme_override_constants/separation = 30 [node name="Button" type="Button" parent="ScrollContainer/VBoxContainer"] custom_minimum_size = Vector2(0, 350) layout_mode = 2 theme_override_font_sizes/font_size = 120 text = "Add Player" [node name="Button" type="Button" parent="."] layout_mode = 1 anchors_preset = 12 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -462.0 grow_horizontal = 2 grow_vertical = 0 theme_override_font_sizes/font_size = 250 text = "Play" [connection signal="pressed" from="ScrollContainer/VBoxContainer/Button" to="." method="_on_button_pressed"]