5 lines
69 B
GDScript
5 lines
69 B
GDScript
|
|
extends AnimationPlayer
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
play("OvenFlicker")
|