SFX additions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://1g7jw72deonb"]
|
||||
[gd_scene load_steps=12 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"]
|
||||
@@ -6,6 +6,7 @@
|
||||
[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"]
|
||||
[ext_resource type="Texture2D" uid="uid://dafpnwkwcukp4" path="res://src/vfx/shadow_test_1.png" id="7_8crcx"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_ht37r"]
|
||||
animations = [{
|
||||
@@ -49,6 +50,7 @@ script = ExtResource("1_13kbh")
|
||||
Dialogue = ExtResource("2_4em6t")
|
||||
|
||||
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0244114, 0, -0.0723367)
|
||||
billboard = 2
|
||||
shaded = true
|
||||
sprite_frames = SubResource("SpriteFrames_ht37r")
|
||||
@@ -80,3 +82,10 @@ collision_mask = 2068
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
|
||||
shape = SubResource("CylinderShape3D_nwuwj")
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.825, 0, 0, 0, -3.60619e-08, 0.825, 0, -0.825, -3.60619e-08, -0.0970408, -2, 0)
|
||||
transparency = 0.1
|
||||
cast_shadow = 0
|
||||
texture_filter = 0
|
||||
texture = ExtResource("7_8crcx")
|
||||
|
||||
Reference in New Issue
Block a user