diff --git a/Nodes/game.tscn b/Nodes/game.tscn index d5cba15..d9a8436 100644 --- a/Nodes/game.tscn +++ b/Nodes/game.tscn @@ -36,7 +36,7 @@ mesh = SubResource("BoxMesh_ognqx") shape = SubResource("ConcavePolygonShape3D_p3d4e") [node name="CharacterBody3D" parent="Player1" instance=ExtResource("4_1ipcp")] -transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, -1.18815, 0, -11.064) +transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, -1.18815, 1, -11.064) [node name="Player2" type="Node3D" parent="."] transform = Transform3D(-0.0154456, -6.75145e-10, -0.999879, -5.21344e-12, 1, -6.75146e-10, 0.999879, -5.2134e-12, -0.0154456, -8, 0, -32) @@ -49,7 +49,11 @@ mesh = SubResource("BoxMesh_ognqx") [node name="StaticBody3D" type="StaticBody3D" parent="Player2/MeshInstance3D"] [node name="CollisionShape3D" type="CollisionShape3D" parent="Player2/MeshInstance3D/StaticBody3D"] +transform = Transform3D(1, 8.23952e-25, 0, -1.6479e-25, 1, 0, 0, -1.65436e-24, 1, 0, 0, 0) shape = SubResource("ConcavePolygonShape3D_l76gd") +[node name="CharacterBody3D" parent="Player2" instance=ExtResource("4_1ipcp")] +transform = Transform3D(-0.0154457, -5.21527e-12, 0.999882, -6.75147e-10, 1, -5.21524e-12, -0.999882, -6.75146e-10, -0.0154457, 31.3762, 1.5, -17.7157) + [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0) diff --git a/scripts/Logic/Game.gd b/scripts/Logic/Game.gd index c0ab824..56065d9 100644 --- a/scripts/Logic/Game.gd +++ b/scripts/Logic/Game.gd @@ -13,6 +13,7 @@ var t = 0.0 func _ready(): + p2_train.get_node("CharacterBody3D").is_player1 = false p2_train.is_P1 = false p1_train.hit.connect(_on_hit_player)