Skip to content

Commit 9023ca5

Browse files
fix: fix paths for ExampleScene.tscn
1 parent be5e951 commit 9023ca5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Destruct3DExampleScene.tscn

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[gd_scene load_steps=22 format=3 uid="uid://c7oqy8jsemyg1"]
22

33
[ext_resource type="Script" uid="uid://k0jup8gwalph" path="res://ExampleScene.cs" id="1_1j5xn"]
4-
[ext_resource type="Script" uid="uid://d56qd6nlqld7" path="res://Destruct3D/Destruct3DDepthManager.cs" id="2_fooy4"]
4+
[ext_resource type="Script" uid="uid://d56qd6nlqld7" path="res://addons/destruct3D/nodes/Destruct3DDepthManager.cs" id="2_fooy4"]
55
[ext_resource type="Script" uid="uid://bvae885dfsom2" path="res://FreeCam.cs" id="3_naekk"]
6-
[ext_resource type="Script" uid="uid://3cokpfv85kw4" path="res://Destruct3D/DestructibleBody3D.cs" id="4_pvp32"]
6+
[ext_resource type="Script" uid="uid://3cokpfv85kw4" path="res://addons/destruct3D/nodes/DestructibleBody3D.cs" id="4_pvp32"]
77
[ext_resource type="Script" uid="uid://sa4fejusavgb" path="res://ExampleExplosion.cs" id="5_o7w7a"]
8-
[ext_resource type="Script" uid="uid://beevd6g3rmhxp" path="res://Destruct3D/VSTSplittingComponent.cs" id="6_18qfd"]
8+
[ext_resource type="Script" uid="uid://beevd6g3rmhxp" path="res://addons/destruct3D/nodes/VSTSplittingComponent.cs" id="6_18qfd"]
99
[ext_resource type="Material" uid="uid://vccoqm71k406" path="res://TransparentMeshMaterial.tres" id="7_2smx1"]
1010

1111
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_rxg2q"]
@@ -142,7 +142,6 @@ visible = false
142142
script = ExtResource("6_18qfd")
143143
explosionMeshSmall = NodePath("SmallMesh")
144144
explosionMeshLarge = NodePath("LargeMesh")
145-
ImpulseStrength = 10.0
146145

147146
[node name="SmallMesh" type="MeshInstance3D" parent="Explosion/VSTSplittingComponent"]
148147
mesh = SubResource("SphereMesh_n7n8g")

0 commit comments

Comments
 (0)