forked from team-sg/hero-mark-2
changed 30385 sprite
This commit is contained in:
parent
ec18f636b2
commit
e64e9c49bf
5 changed files with 63 additions and 17 deletions
Binary file not shown.
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -1,26 +1,22 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=6 format=2]
|
||||
[gd_resource type="SpriteFrames" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/collectibles/30385.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 8, 8 )
|
||||
region = Rect2( 0, 0, 10, 10 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 8, 0, 8, 8 )
|
||||
region = Rect2( 10, 0, 10, 10 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 16, 0, 8, 8 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=4]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 8, 8 )
|
||||
region = Rect2( 20, 0, 10, 10 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ],
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 1 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue