Exploding wall implementation
This commit is contained in:
@@ -64,7 +64,7 @@ tracks/4/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [false]
|
||||
"values": [true]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_v8u1n"]
|
||||
@@ -296,6 +296,7 @@ skeleton = NodePath("../..")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="ExplosionArea"]
|
||||
shape = SubResource("SphereShape3D_kgxna")
|
||||
disabled = true
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.199832, 0.0127869)
|
||||
|
||||
Reference in New Issue
Block a user