mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 07:51:17 +00:00
Props models
This commit is contained in:
parent
164c186201
commit
6e949d5bb1
39 changed files with 1254 additions and 689 deletions
21
3D/Scenes/Props/Furniture/Can_3D.tscn
Normal file
21
3D/Scenes/Props/Furniture/Can_3D.tscn
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ddi6ch3tuqqri"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_r46ds"]
|
||||
[ext_resource type="Resource" uid="uid://bes254wblt1lm" path="res://Resources/Bullets/Explosion_Harmless_Small_3D.tres" id="2_yftba"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4t2ngnfotn0v" path="res://3D/BlockbenchModels/Furniture/Furniture_Can.gltf" id="3_r46ds"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_yftba"]
|
||||
height = 0.240997
|
||||
radius = 0.0913086
|
||||
|
||||
[node name="Can" type="StaticBody3D" groups=["Destroyable"]]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_r46ds")
|
||||
ExplosionData = ExtResource("2_yftba")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000183113, -0.00329229, 0.000122011)
|
||||
shape = SubResource("CylinderShape3D_yftba")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("3_r46ds")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue