FOV
This commit is contained in:
parent
87f7a1b4c8
commit
1d020b5be4
Binary file not shown.
Binary file not shown.
|
@ -6,7 +6,7 @@ var has_played = false
|
|||
|
||||
func _process(_delta):
|
||||
if OnFootPhysics.is_falling_terminally:
|
||||
if has_played:
|
||||
if not has_played:
|
||||
$FOVAnimation.play("fov")
|
||||
has_played = true
|
||||
return
|
||||
|
|
|
@ -40,7 +40,7 @@ tracks/0/keys = {
|
|||
|
||||
[sub_resource type="Animation" id=9]
|
||||
resource_name = "fov"
|
||||
length = 3.0
|
||||
length = 10.0
|
||||
step = 0.061
|
||||
tracks/0/type = "value"
|
||||
tracks/0/path = NodePath("..:fov")
|
||||
|
@ -49,7 +49,7 @@ tracks/0/loop_wrap = true
|
|||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"times": PoolRealArray( 0, 0.549, 2.928 ),
|
||||
"times": PoolRealArray( 0, 0.549, 5.002 ),
|
||||
"transitions": PoolRealArray( 1, 1, 1 ),
|
||||
"update": 0,
|
||||
"values": [ 70.0, 70.0, 130.0 ]
|
||||
|
|
Loading…
Reference in New Issue