Improved animations
This commit is contained in:
parent
ab3890896d
commit
cf8ba8bacb
34 changed files with 25503 additions and 4869 deletions
|
|
@ -17,17 +17,17 @@ script = ExtResource("1_1tqna")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
shape = SubResource("CylinderShape3D_w4dyg")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="." node_paths=PackedStringArray("PlayerNode")]
|
||||
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 1.68094, 0)
|
||||
[node name="Camera3D" type="Camera3D" parent="CollisionShape3D" node_paths=PackedStringArray("PlayerNode")]
|
||||
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0.68094, 0)
|
||||
keep_aspect = 0
|
||||
fov = 80.0
|
||||
script = ExtResource("1_v2q4i")
|
||||
PlayerNode = NodePath("..")
|
||||
PlayerNode = NodePath("../..")
|
||||
|
||||
[node name="Weapon" parent="Camera3D" instance=ExtResource("3_5cmgy")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.096244, 0)
|
||||
[node name="Weapon" parent="CollisionShape3D/Camera3D" instance=ExtResource("3_5cmgy")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0655423, 0)
|
||||
script = ExtResource("4_nfpgt")
|
||||
|
||||
[node name="CooldownTimer" type="Timer" parent="Camera3D/Weapon"]
|
||||
[node name="CooldownTimer" type="Timer" parent="CollisionShape3D/Camera3D/Weapon"]
|
||||
wait_time = 0.3
|
||||
one_shot = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue