First Prototype
This commit is contained in:
parent
c321b70bb0
commit
eb11047456
35 changed files with 779 additions and 4 deletions
101
scenes/game/entities/player/player.tres
Normal file
101
scenes/game/entities/player/player.tres
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=12 format=3 uid="uid://dv18sf3aj0n1h"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b2xbgtcyxvi73" path="res://Assets/Player/Player.png" id="1_21ptg"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_m3bgq"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(0, 64, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_6rhbk"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(16, 64, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_51ijx"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ydp1x"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(16, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_l7ggo"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(0, 128, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_404j7"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(16, 128, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_csdks"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(0, 96, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yahsm"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(16, 96, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8pkt3"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(0, 32, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rq2en"]
|
||||
atlas = ExtResource("1_21ptg")
|
||||
region = Rect2(16, 32, 16, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_m3bgq")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_6rhbk")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"DOWN",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_51ijx")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ydp1x")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"IDLE",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_l7ggo")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_404j7")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"LEFT",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_csdks")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_yahsm")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"RIGHT",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_8pkt3")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rq2en")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"UP",
|
||||
"speed": 5.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue