Fix shadows
This commit is contained in:
@@ -52,7 +52,7 @@ script = ExtResource("1_3at8w")
|
||||
Dialogue = ExtResource("2_egfgt")
|
||||
|
||||
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
||||
offset = Vector2(-20.25, -5)
|
||||
billboard = 2
|
||||
shaded = true
|
||||
texture_filter = 1
|
||||
@@ -60,6 +60,14 @@ sprite_frames = SubResource("SpriteFrames_d3ca4")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.0515292
|
||||
|
||||
[node name="Shadow" type="Sprite3D" parent="AnimatedSprite3D"]
|
||||
transform = Transform3D(0.825, 0, 0, 0, -3.60619e-08, 0.825, 0, -0.825, -3.60619e-08, 0, -1.47962, 0)
|
||||
transparency = 0.1
|
||||
cast_shadow = 0
|
||||
offset = Vector2(5, 2)
|
||||
texture_filter = 0
|
||||
texture = ExtResource("9_wfx33")
|
||||
|
||||
[node name="DialogueZone" type="Area3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
collision_layer = 2
|
||||
@@ -85,10 +93,3 @@ collision_mask = 16
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
|
||||
shape = SubResource("CylinderShape3D_nwuwj")
|
||||
|
||||
[node name="Shadow" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(0.825, 0, 0, 0, -3.60619e-08, 0.825, 0, -0.825, -3.60619e-08, 0.186324, -1.37157, 0)
|
||||
transparency = 0.1
|
||||
cast_shadow = 0
|
||||
texture_filter = 0
|
||||
texture = ExtResource("9_wfx33")
|
||||
|
||||
Reference in New Issue
Block a user