diff --git a/Nodes/Bin.tscn b/Nodes/Bin.tscn index b59b9d6..ad7a5f0 100644 --- a/Nodes/Bin.tscn +++ b/Nodes/Bin.tscn @@ -7,6 +7,7 @@ [sub_resource type="BoxShape3D" id="BoxShape3D_cbvnb"] [node name="Bin" type="StaticBody3D"] +collision_mask = 2 script = ExtResource("1_saxpo") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] diff --git a/Nodes/Player.tscn b/Nodes/Player.tscn index 79a43d5..969d4b7 100644 --- a/Nodes/Player.tscn +++ b/Nodes/Player.tscn @@ -19,7 +19,7 @@ transform = Transform3D(1.57581, 0, 0, 0, 2.16936, 0, 0, 0, 1.5749, 0, 0, 0) shape = SubResource("CylinderShape3D_h8ivv") [node name="HitBox" type="Area3D" parent="."] -collision_mask = 3 +collision_layer = 2 [node name="CollisionShape3D" type="CollisionShape3D" parent="HitBox"] transform = Transform3D(2.74062, 0, 0, 0, 2.24144, 0, 0, 0, 2.70992, 0, 0, 0) diff --git a/Nodes/Train_P1.tscn b/Nodes/Train_P1.tscn index 487599c..ef8024f 100644 --- a/Nodes/Train_P1.tscn +++ b/Nodes/Train_P1.tscn @@ -149,16 +149,16 @@ speed_scale = 2.0 playing = true [node name="Storage" parent="." instance=ExtResource("4_5jw5g")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.39134, -0.00526038, -5.05116) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.39134, 0.566982, -5.05116) icon = ExtResource("14_503dh") [node name="Storage4" parent="." instance=ExtResource("4_5jw5g")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.18833, 0.0193441, -2.5302) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.18833, 0.591587, -2.5302) currentType = 3 icon = ExtResource("18_xnvtr") [node name="Storage5" parent="." instance=ExtResource("4_5jw5g")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.66853, 0.0193443, 2.28094) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.39139, 0.55007, 2.28094) currentType = 4 icon = ExtResource("19_crlxr") @@ -180,7 +180,7 @@ transform = Transform3D(-6.55671e-08, 0, 1.5, 0, 1.5, 0, -1.5, 0, -6.55671e-08, transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 2.887, -0.0309173, 10.6156) [node name="Storage3" parent="." instance=ExtResource("4_5jw5g")] -transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 4.16754, -0.348943, -10.4205) +transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 4.16754, 1.098, -10.4205) currentType = 1 icon = ExtResource("15_dew1j") audioClip = ExtResource("17_ajifv") diff --git a/Nodes/cannon.tscn b/Nodes/cannon.tscn index 54e6cc6..e944e01 100644 --- a/Nodes/cannon.tscn +++ b/Nodes/cannon.tscn @@ -8,6 +8,7 @@ size = Vector3(3.10406, 3, 2) [node name="Cannon" type="StaticBody3D"] +collision_mask = 2 script = ExtResource("1_vdn0s") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] diff --git a/Nodes/engine.tscn b/Nodes/engine.tscn index d27e6d2..ce50132 100644 --- a/Nodes/engine.tscn +++ b/Nodes/engine.tscn @@ -7,6 +7,7 @@ size = Vector3(2.05561, 2.90146, 1.40367) [node name="Engine" type="StaticBody3D"] +collision_mask = 2 script = ExtResource("1_8ew0t") [node name="CollisionShape3D" type="CollisionShape3D" parent="."]