mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 16:03:47 +00:00
Table and boxes and tubes
This commit is contained in:
parent
13ef873d13
commit
cce6273c77
68 changed files with 8989 additions and 627 deletions
|
|
@ -1,14 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c7u5j8q2qr422"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://br01ww57uaky5"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://6nkqywi3tc5m" path="res://3D/BlockbenchModels/Box/Box.gltf" id="1_ropdl"]
|
||||
[ext_resource type="PackedScene" uid="uid://hxn4awevjyui" path="res://3D/BlockbenchModels/Box/Box_Blue.gltf" id="1_ropdl"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1, 0.957764, 1)
|
||||
size = Vector3(0.763428, 0.469452, 0.77832)
|
||||
|
||||
[node name="BoxTest" type="StaticBody3D"]
|
||||
[node name="BoxBlue" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.465454, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00549316, 0.0253752, -0.000488281)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="Model" parent="." instance=ExtResource("1_ropdl")]
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_ropdl")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue