diff --git a/BodyConfig/bodyBuilderMenu.tscn b/BodyConfig/bodyBuilderMenu.tscn index 5fa98cd..ad2d965 100644 --- a/BodyConfig/bodyBuilderMenu.tscn +++ b/BodyConfig/bodyBuilderMenu.tscn @@ -6,7 +6,7 @@ [node name="Body Builder Menu" type="Spatial"] script = ExtResource( 2 ) -torsoPath = NodePath("Player") +torsoPath = NodePath("Torso") cameraPath = NodePath("GUI/HBoxC/ViewportContainer/Viewport/Camera") rayCastPath = NodePath("GUI/HBoxC/ViewportContainer/Viewport/MouseLook") viewPortPath = NodePath("GUI/HBoxC/ViewportContainer/Viewport") @@ -65,9 +65,5 @@ 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"] diff --git a/project.godot b/project.godot index 743f9c2..e1ed397 100644 --- a/project.godot +++ b/project.godot @@ -33,7 +33,7 @@ _global_script_class_icons={ [application] config/name="BodyPartFighter" -run/main_scene="res://Ingame/Testing.tscn" +run/main_scene="res://Controllers/GameStateController.tscn" config/icon="res://icon.png" [autoload]