-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoldier.tscn
More file actions
23 lines (16 loc) · 1.1 KB
/
soldier.tscn
File metadata and controls
23 lines (16 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[gd_scene load_steps=12 format=1]
[ext_resource path="res://soldier/attack00.png" type="Texture" id=1]
[ext_resource path="res://soldier/attack01.png" type="Texture" id=2]
[ext_resource path="res://soldier/attack02.png" type="Texture" id=3]
[ext_resource path="res://soldier/attack03.png" type="Texture" id=4]
[ext_resource path="res://soldier/attack04.png" type="Texture" id=5]
[ext_resource path="res://soldier/attack05.png" type="Texture" id=6]
[ext_resource path="res://soldier/attack06.png" type="Texture" id=7]
[ext_resource path="res://soldier/attack07.png" type="Texture" id=8]
[ext_resource path="res://soldier/attack08.png" type="Texture" id=9]
[ext_resource path="res://soldier/attack09.png" type="Texture" id=10]
[sub_resource type="SpriteFrames" id=1]
animations = [ { "frames":[ ExtResource( 1 ), ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ) ], "loop":true, "name":"default", "speed":5.0 } ]
[node name="AnimatedSprite" type="AnimatedSprite"]
frames = SubResource( 1 )
animation = "default"