Initial commit

This commit is contained in:
2020-11-01 00:59:39 +03:00
commit 49560b2ac1
69 changed files with 1535 additions and 0 deletions

5
scripts/dog.gd Normal file
View File

@ -0,0 +1,5 @@
extends Node2D
func _ready():
get_node('./cloud/tail').play()
$anim.play('idle')