summaryrefslogtreecommitdiff
path: root/game/shared/characters/character_animation.tscn
blob: 2dabd95a050d3f965579b70709c129144d489a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[gd_scene load_steps=3 format=3 uid="uid://k0mx61qjphst"]

[ext_resource type="Script" path="res://game/shared/characters/character_animation.gd" id="1_qpodi"]
[ext_resource type="SpriteFrames" uid="uid://dbwmqcig0qbw8" path="res://game/shared/characters/ali_animation.tres" id="2_pffd0"]

[node name="CharacterAnimation" type="Node2D"]
script = ExtResource("1_qpodi")
sprite_frames = ExtResource("2_pffd0")

[node name="CharacterAnimatedSprite" type="AnimatedSprite2D" parent="."]
unique_name_in_owner = true
sprite_frames = ExtResource("2_pffd0")