lose screen animation

This commit is contained in:
Michael Campbell 2026-04-14 15:10:14 -04:00
parent 1d0032b587
commit dba09165e8
9 changed files with 151 additions and 2 deletions

View file

@ -0,0 +1,5 @@
extends AnimationPlayer
func _process(_delta: float) -> void:
# ensure animation speed is unscaled
speed_scale = 1. / Engine.time_scale