mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 17:25:55 +00:00
Models
This commit is contained in:
parent
792a0a3fcb
commit
8bcf84fdf7
20 changed files with 1474 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=156 format=4 uid="uid://cupulrjeeivxm"]
|
||||
[gd_scene load_steps=158 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"]
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
[ext_resource type="PackedScene" uid="uid://du6hlcoq0iip4" path="res://3D/Scenes/Props/control_pad_3d.tscn" id="29_cr7d0"]
|
||||
[ext_resource type="PackedScene" uid="uid://d2kqcbr5rufxb" path="res://3D/Scenes/Props/Wooden_Box.tscn" id="29_dpmls"]
|
||||
[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"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dpmls"]
|
||||
albedo_texture = ExtResource("3_bryct")
|
||||
|
|
@ -1136,3 +1138,9 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14.0604, 2.13831, 10.7828)
|
|||
|
||||
[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)
|
||||
|
||||
[node name="TubeStraight" parent="Props" instance=ExtResource("32_4jw68")]
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue