Added all NPC Idle animations, Overworld water changes,
This commit is contained in:
@@ -1,8 +1,39 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://cjj6wabswtkk1"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://cjj6wabswtkk1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_3at8w"]
|
||||
[ext_resource type="Resource" uid="uid://lao0opxww3ib" path="res://src/dialog/Dialogue.dialogue" id="2_egfgt"]
|
||||
[ext_resource type="Texture2D" uid="uid://ce6a08oyeym31" path="res://src/npc/Caretaker/caretaker.png" id="3_85c36"]
|
||||
[ext_resource type="Texture2D" uid="uid://clxfk0epnsc43" path="res://src/npc/Caretaker/Frames -Caretaker/Layer 1.png" id="3_0ls57"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbytxo7bj4ntr" path="res://src/npc/Caretaker/Frames -Caretaker/Layer 2.png" id="4_wfx33"]
|
||||
[ext_resource type="Texture2D" uid="uid://du14u20mbycya" path="res://src/npc/Caretaker/Frames -Caretaker/Layer 3.png" id="5_lsu6x"]
|
||||
[ext_resource type="Texture2D" uid="uid://b34agdm8berta" path="res://src/npc/Caretaker/Frames -Caretaker/Layer 4.png" id="6_glo3k"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdwnutjo5eefi" path="res://src/npc/Caretaker/Frames -Caretaker/Layer 5.png" id="7_apjk7"]
|
||||
[ext_resource type="Texture2D" uid="uid://ctma51sw1td0l" path="res://src/npc/Caretaker/Frames -Caretaker/Layer 6.png" id="8_d5b5i"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_d3ca4"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.4,
|
||||
"texture": ExtResource("3_0ls57")
|
||||
}, {
|
||||
"duration": 1.7,
|
||||
"texture": ExtResource("4_wfx33")
|
||||
}, {
|
||||
"duration": 1.7,
|
||||
"texture": ExtResource("5_lsu6x")
|
||||
}, {
|
||||
"duration": 1.7,
|
||||
"texture": ExtResource("6_glo3k")
|
||||
}, {
|
||||
"duration": 1.7,
|
||||
"texture": ExtResource("7_apjk7")
|
||||
}, {
|
||||
"duration": 1.4,
|
||||
"texture": ExtResource("8_d5b5i")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wfhgc"]
|
||||
radius = 3.0
|
||||
@@ -19,14 +50,14 @@ radius = 1.941
|
||||
script = ExtResource("1_3at8w")
|
||||
Dialogue = ExtResource("2_egfgt")
|
||||
|
||||
[node name="Sprite" type="Sprite3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
||||
gi_mode = 0
|
||||
billboard = 2
|
||||
shaded = true
|
||||
texture_filter = 0
|
||||
texture = ExtResource("3_85c36")
|
||||
texture_filter = 1
|
||||
sprite_frames = SubResource("SpriteFrames_d3ca4")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.0515292
|
||||
|
||||
[node name="DialogueZone" type="Area3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
|
||||
Reference in New Issue
Block a user