initial commit
This commit is contained in:
commit
70d322e276
16 changed files with 355 additions and 0 deletions
128
sprites/player/player.tres
Normal file
128
sprites/player/player.tres
Normal file
|
@ -0,0 +1,128 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=19 format=3 uid="uid://cfdng3tdv65p6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://6b55p4ufwthn" path="res://sprites/player/mc-walk-bottom.png" id="1_asp68"]
|
||||
[ext_resource type="Texture2D" uid="uid://swcaxd0f3t8t" path="res://sprites/player/mc-walk-side.png" id="2_pyvsb"]
|
||||
[ext_resource type="Texture2D" uid="uid://bc87homnn6svq" path="res://sprites/player/mc-walk-up.png" id="3_5hpjv"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_umr2d"]
|
||||
atlas = ExtResource("1_asp68")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qbfns"]
|
||||
atlas = ExtResource("1_asp68")
|
||||
region = Rect2(32, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1hppd"]
|
||||
atlas = ExtResource("1_asp68")
|
||||
region = Rect2(64, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_157a4"]
|
||||
atlas = ExtResource("1_asp68")
|
||||
region = Rect2(96, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_2yora"]
|
||||
atlas = ExtResource("1_asp68")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3x48s"]
|
||||
atlas = ExtResource("2_pyvsb")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_x3nxf"]
|
||||
atlas = ExtResource("2_pyvsb")
|
||||
region = Rect2(32, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nxtdh"]
|
||||
atlas = ExtResource("2_pyvsb")
|
||||
region = Rect2(64, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d8c67"]
|
||||
atlas = ExtResource("2_pyvsb")
|
||||
region = Rect2(96, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ixclq"]
|
||||
atlas = ExtResource("2_pyvsb")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_641b4"]
|
||||
atlas = ExtResource("3_5hpjv")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jxt0i"]
|
||||
atlas = ExtResource("3_5hpjv")
|
||||
region = Rect2(32, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4dpci"]
|
||||
atlas = ExtResource("3_5hpjv")
|
||||
region = Rect2(64, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_oci34"]
|
||||
atlas = ExtResource("3_5hpjv")
|
||||
region = Rect2(96, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ovplm"]
|
||||
atlas = ExtResource("3_5hpjv")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_umr2d")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_qbfns")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_1hppd")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_157a4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_2yora")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"down",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3x48s")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_x3nxf")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nxtdh")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d8c67")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ixclq")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"sideways",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_641b4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_jxt0i")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4dpci")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_oci34")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ovplm")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"up",
|
||||
"speed": 5.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue