mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 06:03:47 +00:00
Model adjustments
This commit is contained in:
parent
26e5127453
commit
aef2437e21
11 changed files with 669 additions and 582 deletions
|
|
@ -1,18 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dx4denbc7xkfm"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dx4denbc7xkfm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_0enuv"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5siqbe3vek0n" path="res://3D/BlockbenchModels/Posters/Warning/Poster_Warning.gltf" id="2_o6syw"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_7yjdj"]
|
||||
size = Vector3(0.675415, 0.669678, 0.0963135)
|
||||
|
||||
[node name="Poster" type="StaticBody3D" groups=["Destroyable"]]
|
||||
collision_layer = 0
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_0enuv")
|
||||
[node name="Poster" type="Node3D" groups=["Destroyable"]]
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("2_o6syw")]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00665283, 0.052124, -0.00421143)
|
||||
shape = SubResource("BoxShape3D_7yjdj")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue