lose screen animation
This commit is contained in:
parent
1d0032b587
commit
dba09165e8
9 changed files with 151 additions and 2 deletions
5
levels/death_animation.gd
Normal file
5
levels/death_animation.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends AnimationPlayer
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
# ensure animation speed is unscaled
|
||||
speed_scale = 1. / Engine.time_scale
|
||||
Loading…
Add table
Add a link
Reference in a new issue