2020-08-20 13:27:52 +02:00
|
|
|
[gd_resource type="SpriteFrames" load_steps=5 format=2]
|
2020-08-19 13:55:48 +02:00
|
|
|
|
2020-08-20 13:27:52 +02:00
|
|
|
[ext_resource path="res://images/oil_tanker/OilTankerBackground.png" type="Texture" id=1]
|
2020-08-19 13:55:48 +02:00
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
|
|
atlas = ExtResource( 1 )
|
|
|
|
region = Rect2( 0, 0, 192, 108 )
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=2]
|
|
|
|
atlas = ExtResource( 1 )
|
|
|
|
region = Rect2( 192, 0, 192, 108 )
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=3]
|
|
|
|
atlas = ExtResource( 1 )
|
|
|
|
region = Rect2( 384, 0, 192, 108 )
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
animations = [ {
|
2020-08-20 13:27:52 +02:00
|
|
|
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ) ],
|
|
|
|
"loop": true,
|
2020-08-19 13:55:48 +02:00
|
|
|
"name": "default",
|
2020-08-20 13:27:52 +02:00
|
|
|
"speed": 3.0
|
2020-08-19 13:55:48 +02:00
|
|
|
} ]
|