Add spine and dialogic museums
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends Node2D
|
||||
|
||||
func _ready():
|
||||
var spineboy: SpineSprite = $Spineboy
|
||||
spineboy.get_animation_state().set_animation("walk", true, 0)
|
||||
Reference in New Issue
Block a user