mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-30 22:31:15 +00:00
Props models
This commit is contained in:
parent
164c186201
commit
6e949d5bb1
39 changed files with 1254 additions and 689 deletions
20
3D/Scenes/Props/Furniture/SmallBox_3D.tscn
Normal file
20
3D/Scenes/Props/Furniture/SmallBox_3D.tscn
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://cgxq2tvdxnkil"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_njx1r"]
|
||||
[ext_resource type="Resource" uid="uid://bes254wblt1lm" path="res://Resources/Bullets/Explosion_Harmless_Small_3D.tres" id="2_ispe4"]
|
||||
[ext_resource type="PackedScene" uid="uid://bsj5pd4e0q4f8" path="res://3D/BlockbenchModels/Furniture/Furniture_Box.gltf" id="3_njx1r"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.236526, 0.255461, 0.263001)
|
||||
|
||||
[node name="SmallBox" type="StaticBody3D" groups=["Destroyable"]]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_njx1r")
|
||||
ExplosionData = ExtResource("2_ispe4")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00994159, 0.00241355, 0.0024108)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("3_njx1r")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue