2d-lighting.gd 90 B

1234
  1. extends Node2D
  2. func _ready():
  3. $SpineSprite.get_animation_state().set_animation("walk");