Added all NPC Idle animations, Overworld water changes,
This commit is contained in:
@@ -1,8 +1,37 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://1g7jw72deonb"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://1g7jw72deonb"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_13kbh"]
|
||||
[ext_resource type="Resource" uid="uid://lao0opxww3ib" path="res://src/dialog/Dialogue.dialogue" id="2_4em6t"]
|
||||
[ext_resource type="Texture2D" uid="uid://bt1n54xtem20m" path="res://src/npc/Seshat/seshat.png" id="3_egf3k"]
|
||||
[ext_resource type="Texture2D" uid="uid://bkye71f6lmhws" path="res://src/npc/Seshat/Frames - Sesh/sesh1.png" id="3_4yu4k"]
|
||||
[ext_resource type="Texture2D" uid="uid://bcsbxgo10yhvs" path="res://src/npc/Seshat/Frames - Sesh/sesh2.png" id="4_8crcx"]
|
||||
[ext_resource type="Texture2D" uid="uid://bup0u4puoqbtl" path="res://src/npc/Seshat/Frames - Sesh/sesh3.png" id="5_br2sn"]
|
||||
[ext_resource type="Texture2D" uid="uid://ba30xq5y2fcjn" path="res://src/npc/Seshat/Frames - Sesh/sesh4.png" id="6_gvx6m"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_ht37r"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 2.0,
|
||||
"texture": ExtResource("3_4yu4k")
|
||||
}, {
|
||||
"duration": 1.4,
|
||||
"texture": ExtResource("4_8crcx")
|
||||
}, {
|
||||
"duration": 1.4,
|
||||
"texture": ExtResource("5_br2sn")
|
||||
}, {
|
||||
"duration": 1.4,
|
||||
"texture": ExtResource("6_gvx6m")
|
||||
}, {
|
||||
"duration": 1.4,
|
||||
"texture": ExtResource("5_br2sn")
|
||||
}, {
|
||||
"duration": 1.4,
|
||||
"texture": ExtResource("4_8crcx")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wfhgc"]
|
||||
radius = 3.0
|
||||
@@ -19,17 +48,12 @@ radius = 1.941
|
||||
script = ExtResource("1_13kbh")
|
||||
Dialogue = ExtResource("2_4em6t")
|
||||
|
||||
[node name="Sprite" type="Sprite3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
||||
gi_mode = 0
|
||||
pixel_size = 0.008
|
||||
billboard = 1
|
||||
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
||||
billboard = 2
|
||||
shaded = true
|
||||
double_sided = false
|
||||
alpha_cut = 2
|
||||
texture_filter = 0
|
||||
texture = ExtResource("3_egf3k")
|
||||
sprite_frames = SubResource("SpriteFrames_ht37r")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.356716
|
||||
|
||||
[node name="DialogueZone" type="Area3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
|
||||
Reference in New Issue
Block a user