5 lines
89 B
GDScript
5 lines
89 B
GDScript
extends Node2D
|
|
|
|
|
|
func _ready():
|
|
SoundFx.play_fx("Explosion", rand_range(0.6, 1.4), -20)
|