132 lines
4.4 KiB
Plaintext
132 lines
4.4 KiB
Plaintext
[gd_scene load_steps=20 format=3 uid="uid://bjlob58yvst7u"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://d3e5mg0gk8u7r" path="res://scenes/game/maps/entities/mob.tscn" id="1_nvsti"]
|
|
[ext_resource type="Texture2D" uid="uid://byx166hd5b3as" path="res://gfx/game/maps/entities/player/Idle/Untitled-0_0.png" id="2_vclwd"]
|
|
[ext_resource type="Texture2D" uid="uid://gm5dhmls0klm" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_0.png" id="3_muq5y"]
|
|
[ext_resource type="Texture2D" uid="uid://cio1xyswbao5j" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_0.png" id="4_mqjq0"]
|
|
[ext_resource type="Texture2D" uid="uid://svg30tifp74r" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_0.png" id="5_sh7wu"]
|
|
[ext_resource type="Texture2D" uid="uid://puqpn3m0ejv1" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_0.png" id="6_7u5it"]
|
|
[ext_resource type="Texture2D" uid="uid://bel7ltrdmhvx3" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_1.png" id="7_ii2o2"]
|
|
[ext_resource type="Texture2D" uid="uid://bvallk0cswtnq" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_2.png" id="8_cndau"]
|
|
[ext_resource type="Texture2D" uid="uid://b4ptv7ts0nlhu" path="res://gfx/game/maps/entities/player/WalkDown/Untitled-2_3.png" id="9_l7rxc"]
|
|
[ext_resource type="Texture2D" uid="uid://ddw1m0c2pby4c" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_1.png" id="10_nr0px"]
|
|
[ext_resource type="Texture2D" uid="uid://brsuvqye8vfji" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_2.png" id="11_kyfvt"]
|
|
[ext_resource type="Texture2D" uid="uid://cnnbbvgvnprqv" path="res://gfx/game/maps/entities/player/WalkLeft/Untitled-3_3.png" id="12_isd5t"]
|
|
[ext_resource type="Texture2D" uid="uid://by38ifhhoq0iv" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_1.png" id="13_it0yr"]
|
|
[ext_resource type="Texture2D" uid="uid://cooxpasywe0a6" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_2.png" id="14_mw6f8"]
|
|
[ext_resource type="Texture2D" uid="uid://byqc5gd0r2ija" path="res://gfx/game/maps/entities/player/WalkRight/Untitled-3_3.png" id="15_55gq8"]
|
|
[ext_resource type="Texture2D" uid="uid://vu0jihe8b75u" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_1.png" id="16_c8g65"]
|
|
[ext_resource type="Texture2D" uid="uid://cpw3bdg07t8s7" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_2.png" id="17_8tifw"]
|
|
[ext_resource type="Texture2D" uid="uid://b2068kd1mmpsh" path="res://gfx/game/maps/entities/player/WalkUp/Untitled-2_3.png" id="18_jpsqg"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_vu83q"]
|
|
resource_local_to_scene = true
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_vclwd")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Idle Down",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_muq5y")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Idle Left",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_mqjq0")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Idle Right",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_sh7wu")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Idle Up",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_7u5it")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_ii2o2")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("8_cndau")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("9_l7rxc")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Walk Down",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_muq5y")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("10_nr0px")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("11_kyfvt")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("12_isd5t")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Walk Left",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_mqjq0")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("13_it0yr")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("14_mw6f8")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("15_55gq8")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Walk Right",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_sh7wu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("16_c8g65")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("17_8tifw")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("18_jpsqg")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Walk Up",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="Guard" instance=ExtResource("1_nvsti")]
|
|
health = 120
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
modulate = Color(0.591513, 0.809975, 1, 1)
|
|
sprite_frames = SubResource("SpriteFrames_vu83q")
|