re-rendered all frames for chinthe, added teleport in animation as well as VFX for attack and teleport. rough draft of a setup for map glow.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://d4l4qutp8x40c"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://d4l4qutp8x40c"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_4xcbq"]
|
||||
[ext_resource type="Resource" uid="uid://cf7ycgdiihyh" path="res://src/npc/Rat/ratdialogue.dialogue" id="2_ru5ai"]
|
||||
@@ -7,6 +7,45 @@
|
||||
[ext_resource type="Texture2D" uid="uid://dfkxdiyiavxcp" path="res://src/npc/Rat/Frames - Teky/3.png" id="5_gbae2"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxlqx5s0e2rmp" path="res://src/npc/Rat/Frames - Teky/5.png" id="6_juxnv"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_vmosa"]
|
||||
resource_name = "new_animation"
|
||||
length = 2.20002
|
||||
loop_mode = 1
|
||||
step = 0.2
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1, 2.2),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [0, 5, 0]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_gb32p"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".: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_gbae2"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_gb32p"),
|
||||
&"new_animation": SubResource("Animation_vmosa")
|
||||
}
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_02w3f"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
@@ -48,12 +87,19 @@ radius = 1.941
|
||||
script = ExtResource("1_4xcbq")
|
||||
Dialogue = ExtResource("2_ru5ai")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
root_node = NodePath("../AnimatedSprite3D")
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_gbae2")
|
||||
}
|
||||
autoplay = "new_animation"
|
||||
|
||||
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
||||
billboard = 2
|
||||
shaded = true
|
||||
texture_filter = 1
|
||||
sprite_frames = SubResource("SpriteFrames_02w3f")
|
||||
frame_progress = 0.871554
|
||||
autoplay = "default"
|
||||
|
||||
[node name="DialogueZone" type="Area3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
|
||||
Reference in New Issue
Block a user