Add animations for secondary NPCs
This commit is contained in:
parent
64a513efce
commit
38e30ddcc4
9 changed files with 543 additions and 36 deletions
BIN
NPCs/npc1.png
(Stored with Git LFS)
BIN
NPCs/npc1.png
(Stored with Git LFS)
Binary file not shown.
BIN
NPCs/npc2.png
(Stored with Git LFS)
BIN
NPCs/npc2.png
(Stored with Git LFS)
Binary file not shown.
BIN
NPCs/npc3.png
(Stored with Git LFS)
BIN
NPCs/npc3.png
(Stored with Git LFS)
Binary file not shown.
BIN
NPCs/npc4.png
(Stored with Git LFS)
BIN
NPCs/npc4.png
(Stored with Git LFS)
Binary file not shown.
BIN
NPCs/npc5.png
(Stored with Git LFS)
BIN
NPCs/npc5.png
(Stored with Git LFS)
Binary file not shown.
BIN
NPCs/npc6.png
(Stored with Git LFS)
BIN
NPCs/npc6.png
(Stored with Git LFS)
Binary file not shown.
BIN
Nem/Nem Sprite.png
(Stored with Git LFS)
BIN
Nem/Nem Sprite.png
(Stored with Git LFS)
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://b8sfype1vx5ad"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://b8sfype1vx5ad"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Characters/base.gd" id="1_r5ls7"]
|
||||
[ext_resource type="Texture2D" uid="uid://dd1j2t2iv02w6" path="res://Nem/Nem Sprite.png" id="1_vjmx4"]
|
||||
|
@ -9,7 +9,55 @@ size = Vector2(13, 8)
|
|||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_43c7k"]
|
||||
height = 32.0
|
||||
|
||||
[sub_resource type="Animation" id="Animation_7n3kb"]
|
||||
resource_name = "idle"
|
||||
length = 3.20002
|
||||
loop_mode = 1
|
||||
step = 0.2
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Sprite2D:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 2.4, 2.6),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [0, 1, 0]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_snoq8"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Sprite2D:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [0]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_0fa8g"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_snoq8"),
|
||||
"idle": SubResource("Animation_7n3kb")
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_0n42a"]
|
||||
animation = &"idle"
|
||||
|
||||
[sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_yww1x"]
|
||||
advance_mode = 2
|
||||
|
||||
[sub_resource type="AnimationNodeStateMachine" id="AnimationNodeStateMachine_1sx7r"]
|
||||
states/idle/node = SubResource("AnimationNodeAnimation_0n42a")
|
||||
states/idle/position = Vector2(507, 100)
|
||||
transitions = ["Start", "idle", SubResource("AnimationNodeStateMachineTransition_yww1x")]
|
||||
|
||||
[node name="NemNPC" type="CharacterBody2D"]
|
||||
y_sort_enabled = true
|
||||
|
@ -21,7 +69,7 @@ script = ExtResource("1_r5ls7")
|
|||
texture_filter = 1
|
||||
position = Vector2(0, -13)
|
||||
texture = ExtResource("1_vjmx4")
|
||||
hframes = 20
|
||||
hframes = 2
|
||||
|
||||
[node name="MovementCollider" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_f3edd")
|
||||
|
@ -36,6 +84,9 @@ shape = SubResource("CapsuleShape2D_43c7k")
|
|||
debug_color = Color(0.254902, 0.631373, 0.203922, 0.419608)
|
||||
|
||||
[node name="AnimationTree" type="AnimationTree" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_0fa8g")
|
||||
}
|
||||
tree_root = SubResource("AnimationNodeStateMachine_1sx7r")
|
||||
|
||||
[connection signal="area_entered" from="InteractBox" to="." method="_on_interact_box_area_entered"]
|
||||
|
|
496
world/world.tscn
496
world/world.tscn
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=58 format=3 uid="uid://bxuxjqxxqy7ce"]
|
||||
[gd_scene load_steps=76 format=3 uid="uid://bxuxjqxxqy7ce"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://di21xheryhp0k" path="res://Hiro/hiro_player.tscn" id="1_c1gpq"]
|
||||
[ext_resource type="PackedScene" uid="uid://b8sfype1vx5ad" path="res://Nem/nem_npc.tscn" id="1_sqt7d"]
|
||||
|
@ -142,6 +142,447 @@ colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 1)
|
|||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_4uhai"]
|
||||
gradient = SubResource("Gradient_3ox2i")
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d3bfk"]
|
||||
atlas = ExtResource("11_p77ah")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xme0k"]
|
||||
atlas = ExtResource("11_p77ah")
|
||||
region = Rect2(16, 0, 16, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_i27lt"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d3bfk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xme0k")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3u38p"]
|
||||
atlas = ExtResource("12_mlj32")
|
||||
region = Rect2(0, 0, 19, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hyuwb"]
|
||||
atlas = ExtResource("12_mlj32")
|
||||
region = Rect2(19, 0, 19, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_5e2yr"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3u38p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hyuwb")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_447t8"]
|
||||
atlas = ExtResource("13_6g4gt")
|
||||
region = Rect2(0, 0, 15, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_vbjws"]
|
||||
atlas = ExtResource("13_6g4gt")
|
||||
region = Rect2(15, 0, 15, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_6andu"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_447t8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_vbjws")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ruihr"]
|
||||
atlas = ExtResource("14_46hs3")
|
||||
region = Rect2(0, 0, 15, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_w6oru"]
|
||||
atlas = ExtResource("14_46hs3")
|
||||
region = Rect2(15, 0, 15, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_yneo4"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ruihr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_w6oru")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_pn8uv"]
|
||||
atlas = ExtResource("15_ppm1i")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_eke06"]
|
||||
atlas = ExtResource("15_ppm1i")
|
||||
region = Rect2(16, 0, 16, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_y036p"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pn8uv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_eke06")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3r342"]
|
||||
atlas = ExtResource("16_cgyrp")
|
||||
region = Rect2(0, 0, 18, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hhhy2"]
|
||||
atlas = ExtResource("16_cgyrp")
|
||||
region = Rect2(18, 0, 18, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_nxs2l"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3r342")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hhhy2")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_c5p72"]
|
||||
size = Vector2(47, 211)
|
||||
|
||||
|
@ -428,38 +869,50 @@ polygon = PackedVector2Array(158.522, 76.9076, 161.916, 75.961, 172.213, 75.961,
|
|||
script = ExtResource("9_df2wo")
|
||||
|
||||
[node name="NPCs" type="Node2D" parent="."]
|
||||
visible = false
|
||||
y_sort_enabled = true
|
||||
position = Vector2(-297, 0)
|
||||
|
||||
[node name="Npc1" type="Sprite2D" parent="NPCs"]
|
||||
[node name="Cody" type="AnimatedSprite2D" parent="NPCs"]
|
||||
texture_filter = 1
|
||||
position = Vector2(231, -83)
|
||||
texture = ExtResource("11_p77ah")
|
||||
position = Vector2(223, -83)
|
||||
sprite_frames = SubResource("SpriteFrames_i27lt")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.189183
|
||||
|
||||
[node name="Npc2" type="Sprite2D" parent="NPCs"]
|
||||
[node name="Ash" type="AnimatedSprite2D" parent="NPCs"]
|
||||
texture_filter = 1
|
||||
position = Vector2(251, -101)
|
||||
texture = ExtResource("12_mlj32")
|
||||
position = Vector2(242, -99)
|
||||
sprite_frames = SubResource("SpriteFrames_5e2yr")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.362374
|
||||
|
||||
[node name="Npc3" type="Sprite2D" parent="NPCs"]
|
||||
[node name="Zaki" type="AnimatedSprite2D" parent="NPCs"]
|
||||
texture_filter = 1
|
||||
position = Vector2(360, -87)
|
||||
texture = ExtResource("13_6g4gt")
|
||||
position = Vector2(353, -87)
|
||||
sprite_frames = SubResource("SpriteFrames_6andu")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.642839
|
||||
|
||||
[node name="Npc4" type="Sprite2D" parent="NPCs"]
|
||||
[node name="Shadow" type="AnimatedSprite2D" parent="NPCs"]
|
||||
texture_filter = 1
|
||||
position = Vector2(379, -92)
|
||||
texture = ExtResource("14_46hs3")
|
||||
position = Vector2(371, -92)
|
||||
sprite_frames = SubResource("SpriteFrames_yneo4")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.102697
|
||||
|
||||
[node name="Npc5" type="Sprite2D" parent="NPCs"]
|
||||
[node name="Sam" type="AnimatedSprite2D" parent="NPCs"]
|
||||
texture_filter = 1
|
||||
position = Vector2(328, -95)
|
||||
texture = ExtResource("15_ppm1i")
|
||||
position = Vector2(320, -95)
|
||||
sprite_frames = SubResource("SpriteFrames_y036p")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.522916
|
||||
|
||||
[node name="Npc6" type="Sprite2D" parent="NPCs"]
|
||||
[node name="Sevi" type="AnimatedSprite2D" parent="NPCs"]
|
||||
texture_filter = 1
|
||||
position = Vector2(285, -102)
|
||||
texture = ExtResource("16_cgyrp")
|
||||
position = Vector2(277, -102)
|
||||
sprite_frames = SubResource("SpriteFrames_nxs2l")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.389513
|
||||
|
||||
[node name="PositionMarkers" type="Node2D" parent="."]
|
||||
|
||||
|
@ -476,10 +929,12 @@ position = Vector2(0, 80)
|
|||
|
||||
[node name="BattleBarriers" type="Node2D" parent="."]
|
||||
process_mode = 4
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Barrier" type="StaticBody2D" parent="BattleBarriers"]
|
||||
collision_layer = 49
|
||||
collision_mask = 25
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="CollisionShape2D4" type="CollisionPolygon2D" parent="BattleBarriers/Barrier"]
|
||||
polygon = PackedVector2Array(-84, -31, -76, -57, -43, -71, -84, -71)
|
||||
|
@ -518,6 +973,7 @@ detect_projectile_direction = 2
|
|||
[node name="CollisionShape2D3" type="CollisionShape2D" parent="BattleBarriers/CollidableBarrier3"]
|
||||
position = Vector2(-9, -97.5)
|
||||
shape = SubResource("RectangleShape2D_hkvwf")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[connection signal="finished" from="CutsceneManager" to="." method="_on_cutscene_finished"]
|
||||
[connection signal="issued_command" from="CutsceneManager" to="." method="_on_cutscene_manager_issued_command"]
|
||||
|
|
Loading…
Reference in a new issue