Сцена игрока + начальная реализация перемещения
This commit is contained in:
commit
42db203fca
95 changed files with 1816 additions and 0 deletions
58
resources/sprites/player/player.tres
Normal file
58
resources/sprites/player/player.tres
Normal file
|
@ -0,0 +1,58 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://e8ybb7seykdx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b3brymekuuwkh" path="res://resources/sprites/player/mc-walk-side.png" id="1_338ik"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_s7byu"]
|
||||
atlas = ExtResource("1_338ik")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_654fl"]
|
||||
atlas = ExtResource("1_338ik")
|
||||
region = Rect2(32, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tdjd0"]
|
||||
atlas = ExtResource("1_338ik")
|
||||
region = Rect2(64, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xicac"]
|
||||
atlas = ExtResource("1_338ik")
|
||||
region = Rect2(96, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_b6h1b"]
|
||||
atlas = ExtResource("1_338ik")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ukomw"]
|
||||
atlas = ExtResource("1_338ik")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_s7byu")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_654fl")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tdjd0")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xicac")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_b6h1b")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ukomw")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 5.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue