mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 17:31:16 +00:00
Destructible triggers
This commit is contained in:
parent
f013987bab
commit
7aee230b3c
56 changed files with 1457 additions and 1106 deletions
|
|
@ -1,7 +1,5 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dcv3hwt7p4hgp"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dcv3hwt7p4hgp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_rnn28"]
|
||||
[ext_resource type="Resource" uid="uid://bes254wblt1lm" path="res://Resources/Bullets/3D/Explosion_Harmless_Small_3D.tres" id="2_1of0j"]
|
||||
[ext_resource type="PackedScene" uid="uid://cttslkvuo01s4" path="res://3D/BlockbenchModels/Furniture/Furniture_Shelf.gltf" id="3_3irlk"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
|
|
@ -10,8 +8,6 @@ size = Vector3(1.01306, 0.0779953, 0.516846)
|
|||
[node name="Shelf" type="StaticBody3D" groups=["Destroyable"]]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_rnn28")
|
||||
ExplosionData = ExtResource("2_1of0j")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000183113, 0.0304449, 0.000122011)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue