mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 18:33:48 +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")]
|
||||
|
|
|
|||
14
3D/Scenes/Props/Box_3D_Blue_Big.tscn
Normal file
14
3D/Scenes/Props/Box_3D_Blue_Big.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c7u5j8q2qr422"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://6nkqywi3tc5m" path="res://3D/BlockbenchModels/Box/Box.gltf" id="1_5ynbh"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1, 0.957764, 1)
|
||||
|
||||
[node name="BoxTest" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.465454, 0)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="Model" parent="." instance=ExtResource("1_5ynbh")]
|
||||
14
3D/Scenes/Props/Box_3D_Red.tscn
Normal file
14
3D/Scenes/Props/Box_3D_Red.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://jffyxmft3nbw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ninnis3a3jbn" path="res://3D/BlockbenchModels/Box/Box_Red.gltf" id="1_fi646"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.763428, 0.469452, 0.77832)
|
||||
|
||||
[node name="BoxRed" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00549316, 0.0253752, -0.000488281)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_fi646")]
|
||||
14
3D/Scenes/Props/Teleporter_3D.tscn
Normal file
14
3D/Scenes/Props/Teleporter_3D.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dbv1l74q66rdr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dnofvejpr6lvx" path="res://3D/BlockbenchModels/Teleporter/Teleporter.gltf" id="1_1cq1b"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_jvaa5"]
|
||||
size = Vector3(0.855408, 0.0598755, 0.878296)
|
||||
|
||||
[node name="Teleporter" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00344848, 0.0288237, 0.000671387)
|
||||
shape = SubResource("BoxShape3D_jvaa5")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_1cq1b")]
|
||||
|
|
@ -12,3 +12,4 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00793457, 0.00475672, 0.00
|
|||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_dbm4x")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue