This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-01 00:59:39 +03:00

6 lines
84 B
GDScript

extends Node2D
func _ready():
get_node('./cloud/tail').play()
$anim.play('idle')