[gd_scene load_steps=4 format=2] [ext_resource path="res://ui/ui_theme.tres" type="Theme" id=1] [ext_resource path="res://assets/all_gbs/textures/chatbox.tga" type="Texture" id=2] [ext_resource path="res://ui/menus/reaper_menu.gd" type="Script" id=3] [node name="ReaperMenu" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 1 ) script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="TextureRect" type="TextureRect" parent="."] anchor_right = 1.001 anchor_bottom = 0.997 margin_left = -2.0 margin_right = -0.0240479 margin_bottom = -0.200012 texture = ExtResource( 2 ) expand = true __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 273.0 margin_top = 30.0 margin_right = -274.0 margin_bottom = -49.0 custom_constants/separation = 30 __meta__ = { "_edit_use_anchors_": false } [node name="GridContainer" type="GridContainer" parent="VBoxContainer"] margin_right = 477.0 margin_bottom = 308.0 columns = 2 __meta__ = { "_edit_use_anchors_": false } [node name="Label3" type="Label" parent="VBoxContainer/GridContainer"] margin_right = 151.0 margin_bottom = 35.0 text = "Move forward" __meta__ = { "_edit_use_anchors_": false } [node name="Forward" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_right = 477.0 margin_bottom = 35.0 size_flags_horizontal = 3 text = "Forward" __meta__ = { "_edit_use_anchors_": false } [node name="Label4" type="Label" parent="VBoxContainer/GridContainer"] margin_top = 39.0 margin_right = 151.0 margin_bottom = 74.0 text = "Move backward" __meta__ = { "_edit_use_anchors_": false } [node name="Backward" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_top = 39.0 margin_right = 477.0 margin_bottom = 74.0 size_flags_horizontal = 3 text = "Backward" __meta__ = { "_edit_use_anchors_": false } [node name="Label5" type="Label" parent="VBoxContainer/GridContainer"] margin_top = 78.0 margin_right = 151.0 margin_bottom = 113.0 text = "Move left" __meta__ = { "_edit_use_anchors_": false } [node name="Left" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_top = 78.0 margin_right = 477.0 margin_bottom = 113.0 size_flags_horizontal = 3 text = "Left" __meta__ = { "_edit_use_anchors_": false } [node name="Label6" type="Label" parent="VBoxContainer/GridContainer"] margin_top = 117.0 margin_right = 151.0 margin_bottom = 152.0 text = "Move right" __meta__ = { "_edit_use_anchors_": false } [node name="Right" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_top = 117.0 margin_right = 477.0 margin_bottom = 152.0 size_flags_horizontal = 3 text = "Right" __meta__ = { "_edit_use_anchors_": false } [node name="Label7" type="Label" parent="VBoxContainer/GridContainer"] margin_top = 156.0 margin_right = 151.0 margin_bottom = 191.0 text = "Jump" __meta__ = { "_edit_use_anchors_": false } [node name="Jump" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_top = 156.0 margin_right = 477.0 margin_bottom = 191.0 size_flags_horizontal = 3 text = "Jump" __meta__ = { "_edit_use_anchors_": false } [node name="Label8" type="Label" parent="VBoxContainer/GridContainer"] margin_top = 195.0 margin_right = 151.0 margin_bottom = 230.0 text = "Sprint" __meta__ = { "_edit_use_anchors_": false } [node name="Sprint" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_top = 195.0 margin_right = 477.0 margin_bottom = 230.0 size_flags_horizontal = 3 text = "Sprint" __meta__ = { "_edit_use_anchors_": false } [node name="Label9" type="Label" parent="VBoxContainer/GridContainer"] margin_top = 234.0 margin_right = 151.0 margin_bottom = 269.0 text = "Front camera" __meta__ = { "_edit_use_anchors_": false } [node name="Frontcamera" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_top = 234.0 margin_right = 477.0 margin_bottom = 269.0 size_flags_horizontal = 3 text = "Front Camera" __meta__ = { "_edit_use_anchors_": false } [node name="Label10" type="Label" parent="VBoxContainer/GridContainer"] margin_top = 273.0 margin_right = 151.0 margin_bottom = 308.0 text = "Change weapon" __meta__ = { "_edit_use_anchors_": false } [node name="Changeweapon" type="Button" parent="VBoxContainer/GridContainer"] margin_left = 155.0 margin_top = 273.0 margin_right = 477.0 margin_bottom = 308.0 size_flags_horizontal = 3 text = "Change weapon" __meta__ = { "_edit_use_anchors_": false } [node name="Save" type="Button" parent="VBoxContainer"] margin_top = 338.0 margin_right = 477.0 margin_bottom = 373.0 text = "Save" __meta__ = { "_edit_use_anchors_": false } [connection signal="pressed" from="VBoxContainer/Save" to="." method="_on_Save_pressed"]