This commit is contained in:
Spencer Killen 2023-01-03 20:39:51 -07:00
parent 87f7a1b4c8
commit 1d020b5be4
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
4 changed files with 9 additions and 3 deletions

BIN
blends/heart.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
blends/meat_heart.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -6,7 +6,7 @@ var has_played = false
func _process(_delta): func _process(_delta):
if OnFootPhysics.is_falling_terminally: if OnFootPhysics.is_falling_terminally:
if has_played: if not has_played:
$FOVAnimation.play("fov") $FOVAnimation.play("fov")
has_played = true has_played = true
return return

View File

@ -40,7 +40,7 @@ tracks/0/keys = {
[sub_resource type="Animation" id=9] [sub_resource type="Animation" id=9]
resource_name = "fov" resource_name = "fov"
length = 3.0 length = 10.0
step = 0.061 step = 0.061
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("..:fov") tracks/0/path = NodePath("..:fov")
@ -49,7 +49,7 @@ tracks/0/loop_wrap = true
tracks/0/imported = false tracks/0/imported = false
tracks/0/enabled = true tracks/0/enabled = true
tracks/0/keys = { tracks/0/keys = {
"times": PoolRealArray( 0, 0.549, 2.928 ), "times": PoolRealArray( 0, 0.549, 5.002 ),
"transitions": PoolRealArray( 1, 1, 1 ), "transitions": PoolRealArray( 1, 1, 1 ),
"update": 0, "update": 0,
"values": [ 70.0, 70.0, 130.0 ] "values": [ 70.0, 70.0, 130.0 ]