[gd_scene load_steps=2 format=3] [ext_resource type="Script" path="res://scenes/ui/controls.gd" id="1"] [node name="Controls" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource("1") [node name="Backdrop" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(0.09, 0.1, 0.13, 0.92) [node name="VBox" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = -1 anchor_left = 0.5 anchor_top = 0.0 anchor_right = 0.5 anchor_bottom = 1.0 offset_left = -240.0 offset_top = 28.0 offset_right = 240.0 offset_bottom = -28.0 grow_horizontal = 2 theme_override_constants/separation = 8 [node name="Title" type="Label" parent="VBox"] layout_mode = 2 text = "Controls" horizontal_alignment = 1 [node name="Scroll" type="ScrollContainer" parent="VBox"] layout_mode = 2 size_flags_vertical = 3 follow_focus = true horizontal_scroll_mode = 0 [node name="Rows" type="VBoxContainer" parent="VBox/Scroll"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 2 [node name="Notice" type="Label" parent="VBox"] unique_name_in_owner = true custom_minimum_size = Vector2(0, 40) layout_mode = 2 autowrap_mode = 3 horizontal_alignment = 1 [node name="ResetButton" type="Button" parent="VBox"] unique_name_in_owner = true layout_mode = 2 text = "Reset the keys" [node name="BackButton" type="Button" parent="VBox"] unique_name_in_owner = true layout_mode = 2 text = "Back"