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

8
levels/timescale_node.gd Normal file
View file

@ -0,0 +1,8 @@
extends Node
@export var time_scale := 1.:
set(v):
Engine.time_scale = v
func _ready() -> void:
time_scale = time_scale