Сцена игрока + начальная реализация перемещения

This commit is contained in:
Евгений Титаренко 2024-08-13 17:25:01 +03:00
commit 42db203fca
95 changed files with 1816 additions and 0 deletions

View file

@ -0,0 +1,25 @@
[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://bvnfvjn7am8tc"]
[ext_resource type="Texture2D" uid="uid://bk3dqr0ujxjk8" path="res://resources/sprites/key.png" id="1_nefnl"]
[sub_resource type="AtlasTexture" id="AtlasTexture_mityh"]
atlas = ExtResource("1_nefnl")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_asbi3"]
atlas = ExtResource("1_nefnl")
region = Rect2(32, 0, 32, 32)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_mityh")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_asbi3")
}],
"loop": true,
"name": &"default",
"speed": 2.0
}]