This commit is contained in:
MaddoScientisto 2025-06-17 22:22:55 +02:00
commit 8156533a77
24 changed files with 2888 additions and 816 deletions

View file

@ -3,12 +3,12 @@
[ext_resource type="PackedScene" uid="uid://x4e44n141uwc" path="res://3D/BlockbenchModels/ACUnit/Ac_Unit.gltf" id="1_56l4l"]
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
size = Vector3(1.00616, 1.03079, 0.528259)
size = Vector3(0.994617, 1.07367, 0.540756)
[node name="AcUnit" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00460816, 0.517332, 0.132782)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00414919, 0.0126071, -0.00992589)
shape = SubResource("BoxShape3D_hsg1w")
[node name="blockbench_export" parent="." instance=ExtResource("1_56l4l")]

View file

@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://bubtvv3pa06py"]
[ext_resource type="PackedScene" uid="uid://b12y0mtx6ibo8" path="res://3D/BlockbenchModels/Door/Door.gltf" id="1_7axon"]
[sub_resource type="AnimationLibrary" id="AnimationLibrary_y1ovr"]
[node name="Door3d" type="Node3D"]
[node name="blockbench_export" parent="." instance=ExtResource("1_7axon")]
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_y1ovr")
}

View file

@ -0,0 +1,30 @@
[gd_scene load_steps=5 format=3 uid="uid://c0262d4ffxx1w"]
[ext_resource type="Script" uid="uid://2fm2civ8ihgs" path="res://Scripts/Actors/ElevatorProxy3D.cs" id="1_dobkm"]
[ext_resource type="Script" uid="uid://cyr7ypanl8drq" path="res://Scripts/Actors/Elevator3D.cs" id="2_dd34i"]
[ext_resource type="PackedScene" uid="uid://bubtvv3pa06py" path="res://3D/Scenes/Props/Door_3D.tscn" id="3_e08fm"]
[sub_resource type="Curve3D" id="Curve3D_dobkm"]
_data = {
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0),
"tilts": PackedFloat32Array(0, 0)
}
point_count = 2
[node name="Door" type="Path3D" node_paths=PackedStringArray("Elevator")]
curve = SubResource("Curve3D_dobkm")
script = ExtResource("1_dobkm")
Elevator = NodePath("PathFollow3D")
[node name="PathFollow3D" type="PathFollow3D" parent="."]
rotation_mode = 0
loop = false
script = ExtResource("2_dd34i")
Speed = 1.0
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="PathFollow3D"]
remote_path = NodePath("../../Door3d")
update_rotation = false
update_scale = false
[node name="Door3d" parent="." instance=ExtResource("3_e08fm")]

View file

@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://cf3kjg36q3wvd"]
[ext_resource type="PackedScene" uid="uid://b1puve17p0va0" path="res://3D/BlockbenchModels/Terminal_Big/Terminal_Big.gltf" id="1_rhkom"]
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
size = Vector3(1.27416, 1.38907, 0.777023)
[node name="TerminalBig" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.000611597, 0.172935, 0.125984)
shape = SubResource("BoxShape3D_hsg1w")
[node name="blockbench_export" parent="." instance=ExtResource("1_rhkom")]