mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 14:45:55 +00:00
Desk
This commit is contained in:
parent
8bcf84fdf7
commit
084fa8c516
9 changed files with 140 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=158 format=4 uid="uid://cupulrjeeivxm"]
|
||||
[gd_scene load_steps=159 format=4 uid="uid://cupulrjeeivxm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://kno58homctew" path="res://addons/func_godot/src/map/func_godot_map.gd" id="1_amw6e"]
|
||||
[ext_resource type="Resource" uid="uid://cx41lsryg5wpm" path="res://3D/TrenchBroom/map_settings.tres" id="2_smtsr"]
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://cpx5yjfg3a2hw" path="res://3D/Scenes/Props/Alarm_Box_3D.tscn" id="30_c3mbu"]
|
||||
[ext_resource type="PackedScene" uid="uid://b7c6lrbrqgdlf" path="res://3D/Scenes/Props/Tube_3D_Straight.tscn" id="32_4jw68"]
|
||||
[ext_resource type="PackedScene" uid="uid://b72piaqmqsj10" path="res://3D/Scenes/Props/Tube_3D_Junction.tscn" id="33_fwc5u"]
|
||||
[ext_resource type="PackedScene" uid="uid://ou07lptfp0d1" path="res://3D/Scenes/Props/Table_3D.tscn" id="34_ibgq7"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dpmls"]
|
||||
albedo_texture = ExtResource("3_bryct")
|
||||
|
|
@ -1131,10 +1132,13 @@ transform = Transform3D(-0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, -0.5, -5.5, 1.
|
|||
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -12.9631, 1.5625, 2.82643)
|
||||
|
||||
[node name="ControlPad" parent="Props" instance=ExtResource("29_cr7d0")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.4449, 1.81055, 10.5755)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.4449, 1.81055, 10.5598)
|
||||
|
||||
[node name="ControlPad3" parent="Props" instance=ExtResource("29_cr7d0")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.40204, 1.73508, 10.5598)
|
||||
|
||||
[node name="ControlPad2" parent="Props" instance=ExtResource("30_c3mbu")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14.0604, 2.13831, 10.7828)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14.0604, 1.81152, 10.555)
|
||||
|
||||
[node name="BoxTest" parent="Props" instance=ExtResource("29_dpmls")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.96018, 1.25, 12.8499)
|
||||
|
|
@ -1144,3 +1148,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -10.0509, 1.52506, 5.90593)
|
|||
|
||||
[node name="TubeJunction" parent="Props" instance=ExtResource("33_fwc5u")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.04, 1.5125, 5.90431)
|
||||
|
||||
[node name="BoxTest2" parent="Props" instance=ExtResource("34_ibgq7")]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -15.458, 1.02935, 7.2976)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue