mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 11:13:47 +00:00
Trenchbroom support for health and destruction
This commit is contained in:
parent
e23d337a16
commit
823886b4ce
19 changed files with 2064 additions and 1398 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://djm3rsc7ul5jb"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://djm3rsc7ul5jb"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dpibtd73awwp7" path="res://Scripts/Actors/ScriptableBulletsEmitter3D.cs" id="1_0vfab"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmnqbva5dt6nl" path="res://3D/BlockbenchModels/Tubes/Tube_Emitter.gltf" id="1_i2hpd"]
|
||||
[ext_resource type="Script" uid="uid://ddsqqfx1usc3j" path="res://Scripts/Resources/DamageResistance.cs" id="2_xohn2"]
|
||||
[ext_resource type="Script" uid="uid://bf5f2phitdqw8" path="res://Scripts/Actors/BulletSpawner3D.cs" id="3_xohn2"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
|
|
@ -9,6 +10,8 @@ size = Vector3(0.69390893, 0.868431, 0.871704)
|
|||
|
||||
[node name="TubeEmitter" type="StaticBody3D" groups=["Permeable", "Solid"]]
|
||||
script = ExtResource("1_0vfab")
|
||||
Indestructible = true
|
||||
DamageResistances = Array[ExtResource("2_xohn2")]([])
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.15304595, 0.00475672, 0.0043335)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue