Fix some new issues

This commit is contained in:
karl 2020-02-01 21:56:25 +01:00
parent 719493e75b
commit 055fe16a46
2 changed files with 2 additions and 6 deletions

View File

@ -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"]

View File

@ -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]