[gd_scene load_steps=4 format=2] [ext_resource path="res://BodyParts/BodyBase/BodyBase.tscn" type="PackedScene" id=1] [ext_resource path="res://BodyConfig/bodyBuildingScript.gd" type="Script" id=2] [ext_resource path="res://BodyConfig/LoadBodyParts.gd" type="Script" id=3] [node name="Body Builder Menu" type="Spatial"] script = ExtResource( 2 ) torsoPath = NodePath("Torso") cameraPath = NodePath("GUI/HBoxC/ViewportContainer/Viewport/Camera") rayCastPath = NodePath("GUI/HBoxC/ViewportContainer/Viewport/MouseLook") viewPortPath = NodePath("GUI/HBoxC/ViewportContainer/Viewport") [node name="GUI" type="MarginContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 __meta__ = { "_edit_use_anchors_": false } [node name="HBoxC" type="HBoxContainer" parent="GUI"] margin_right = 1024.0 margin_bottom = 600.0 rect_min_size = Vector2( 550, 500 ) __meta__ = { "_edit_use_anchors_": false } [node name="VBoxC" type="VBoxContainer" parent="GUI/HBoxC"] margin_right = 300.0 margin_bottom = 600.0 rect_min_size = Vector2( 300, 500 ) script = ExtResource( 3 ) [node name="Start" type="Button" parent="GUI/HBoxC/VBoxC"] margin_right = 300.0 margin_bottom = 20.0 text = "Start Game" [node name="Delete" type="Button" parent="GUI/HBoxC/VBoxC"] margin_top = 24.0 margin_right = 300.0 margin_bottom = 44.0 text = "Delete" [node name="ViewportContainer" type="ViewportContainer" parent="GUI/HBoxC"] margin_left = 304.0 margin_right = 1024.0 margin_bottom = 600.0 rect_min_size = Vector2( 500, 500 ) size_flags_horizontal = 3 size_flags_vertical = 3 stretch = true [node name="Viewport" type="Viewport" parent="GUI/HBoxC/ViewportContainer"] size = Vector2( 720, 600 ) handle_input_locally = false render_target_update_mode = 3 [node name="Camera" type="Camera" parent="GUI/HBoxC/ViewportContainer/Viewport"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 17.1507 ) [node name="MouseLook" type="RayCast" parent="GUI/HBoxC/ViewportContainer/Viewport"] enabled = true collide_with_areas = true collide_with_bodies = false [node name="Torso" parent="." instance=ExtResource( 1 )] [node name="TorsoCollider" parent="Torso" index="0"] shape = null [connection signal="pressed" from="GUI/HBoxC/VBoxC/Start" to="." method="_on_Start_pressed"] [editable path="Torso"]