police siren and engine sfx
This commit is contained in:
parent
7d4a6938dc
commit
d93aa1e31a
17 changed files with 165 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ extends Node
|
|||
@export var time_scale := 1.:
|
||||
set(v):
|
||||
Engine.time_scale = v
|
||||
AudioServer.playback_speed_scale = v
|
||||
|
||||
func _ready() -> void:
|
||||
time_scale = time_scale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue