6 lines
84 B
GDScript
6 lines
84 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
get_node('./cloud/tail').play()
|
|
$anim.play('idle')
|