[gd_scene load_steps=7 format=3 uid="uid://1anjhvi173g3"] [ext_resource type="Script" path="res://scenes/ui/ingame_controls.gd" id="1_iw1sp"] [ext_resource type="Texture2D" uid="uid://2vxx2waofxpw" path="res://assets/textures/Xbox Series/Vector/xbox_button_menu_outline.svg" id="1_wr5sh"] [ext_resource type="Script" path="res://scripts/joystick.gd" id="2_pyri2"] [ext_resource type="Texture2D" uid="uid://8anyvhkcy4ng" path="res://assets/textures/Xbox Series/Vector/xbox_button_a.svg" id="3_lgi8v"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_uoef2"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nfkty"] bg_color = Color(0, 0, 0, 0.196078) corner_radius_top_left = 999 corner_radius_top_right = 999 corner_radius_bottom_right = 999 corner_radius_bottom_left = 999 [node name="IngameControls" type="MarginContainer"] anchors_preset = 12 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -484.0 grow_horizontal = 2 grow_vertical = 0 theme_override_constants/margin_left = 30 theme_override_constants/margin_bottom = 30 script = ExtResource("1_iw1sp") [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/separation = 32 [node name="MenuButton" type="Button" parent="VBoxContainer"] self_modulate = Color(0, 0, 0, 0.392157) custom_minimum_size = Vector2(200, 200) layout_mode = 2 size_flags_horizontal = 0 theme_override_styles/focus = SubResource("StyleBoxEmpty_uoef2") icon = ExtResource("1_wr5sh") flat = true icon_alignment = 1 expand_icon = true [node name="JoystickPanel" type="Panel" parent="VBoxContainer"] custom_minimum_size = Vector2(400, 400) layout_mode = 2 size_flags_horizontal = 0 theme_override_styles/panel = SubResource("StyleBoxFlat_nfkty") script = ExtResource("2_pyri2") [node name="Thumbstick" type="TextureRect" parent="VBoxContainer/JoystickPanel"] self_modulate = Color(0, 0, 0, 0.392157) custom_minimum_size = Vector2(200, 200) layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -32.0 offset_top = -32.0 offset_right = 32.0 offset_bottom = 32.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_lgi8v") stretch_mode = 5 [connection signal="pressed" from="VBoxContainer/MenuButton" to="." method="_on_menu_button_pressed"] [connection signal="gui_input" from="VBoxContainer/JoystickPanel" to="VBoxContainer/JoystickPanel" method="_on_gui_input"] [connection signal="resized" from="VBoxContainer/JoystickPanel" to="VBoxContainer/JoystickPanel" method="_on_resized"]