mirror of
https://github.com/Escada-Games/diver-down.git
synced 2026-01-23 07:39:20 +00:00
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://Resources/MoreTextures/sprPlayerLandDust.png" type="Texture" id=1]
|
|
[ext_resource path="res://Scenes/fxPlayerJumpDust.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 0, 0, 32, 16 )
|
|
|
|
[sub_resource type="AtlasTexture" id=2]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 32, 0, 32, 16 )
|
|
|
|
[sub_resource type="AtlasTexture" id=3]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 64, 0, 32, 16 )
|
|
|
|
[sub_resource type="AtlasTexture" id=4]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 96, 0, 32, 16 )
|
|
|
|
[sub_resource type="AtlasTexture" id=5]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 128, 0, 32, 16 )
|
|
|
|
[sub_resource type="AtlasTexture" id=6]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 160, 0, 32, 16 )
|
|
|
|
[sub_resource type="SpriteFrames" id=7]
|
|
animations = [ {
|
|
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ) ],
|
|
"loop": true,
|
|
"name": "default",
|
|
"speed": 30.0
|
|
} ]
|
|
|
|
[node name="fxPlayerJumpDust" type="AnimatedSprite"]
|
|
position = Vector2( 73.3862, 87.7803 )
|
|
frames = SubResource( 7 )
|
|
script = ExtResource( 2 )
|