lose screen animation
This commit is contained in:
parent
1d0032b587
commit
dba09165e8
9 changed files with 151 additions and 2 deletions
8
levels/timescale_node.gd
Normal file
8
levels/timescale_node.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue