[gd_scene load_steps=3 format=3 uid="uid://cbbg1tc2xqrj4"] [ext_resource type="Script" uid="uid://clsgi3l4v8a6w" path="res://main.gd" id="1_ig7tw"] [ext_resource type="PackedScene" uid="uid://c1bxy5s8fvheq" path="res://test.tscn" id="2_0xm2m"] [node name="Main" type="Node"] script = ExtResource("1_ig7tw") scene = ExtResource("2_0xm2m") load_scene_immediately = true screen_size_fractional = 0.7 [node name="menu" type="Control" parent="."] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="background" type="ColorRect" parent="menu"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(0.0383972, 0.0383972, 0.0383972, 1) [node name="start" type="MarginContainer" parent="menu"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/margin_left = 100 theme_override_constants/margin_top = 100 theme_override_constants/margin_right = 100 theme_override_constants/margin_bottom = 100 [node name="VBoxContainer" type="VBoxContainer" parent="menu/start"] layout_mode = 2 [node name="Start" type="MenuButton" parent="menu/start/VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 50 text = "start the intro" [node name="MarginContainer" type="MarginContainer" parent="menu/start/VBoxContainer"] layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 3 theme_override_constants/margin_left = 30 theme_override_constants/margin_top = 30 theme_override_constants/margin_right = 30 theme_override_constants/margin_bottom = 30 [node name="Label" type="Label" parent="menu/start/VBoxContainer/MarginContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 30 text = "Controls e - forward d - back s - left f - right space/click - action" [node name="buildVersion" type="Label" parent="menu/start/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 text = "0.1.0" [connection signal="pressed" from="menu/start/VBoxContainer/Start" to="." method="_on_start_pressed"]