2024-08-06 11:13:52 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://2qsccmko8yl8"]
|
2024-08-02 00:55:56 +02:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://4mhcwvn365ki" path="res://objects/computer.tscn" id="2_28qhl"]
|
2024-08-04 13:41:19 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bldbqjmabjemn" path="res://objects/freezer.tscn" id="2_ty8su"]
|
2024-08-02 00:55:56 +02:00
|
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_34oyu"]
|
|
|
|
size = Vector3(50, 1, 50)
|
|
|
|
|
2024-08-02 20:13:42 +02:00
|
|
|
[node name="map" type="Node3D"]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2, 0)
|
2024-08-02 00:55:56 +02:00
|
|
|
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
|
|
|
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="StaticBody3D"]
|
|
|
|
size = Vector3(50, 1, 50)
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
|
|
|
shape = SubResource("BoxShape3D_34oyu")
|
|
|
|
|
|
|
|
[node name="computers" parent="." instance=ExtResource("2_28qhl")]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7, 1, 3)
|
|
|
|
|
|
|
|
[node name="computers2" parent="." instance=ExtResource("2_28qhl")]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 3)
|
2024-08-03 16:10:14 +02:00
|
|
|
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 0.984808, 0.173648, 0, -0.173648, 0.984808, 0, 5, 29)
|
2024-08-03 23:08:03 +02:00
|
|
|
|
2024-08-04 13:41:19 +02:00
|
|
|
[node name="freezer" parent="." instance=ExtResource("2_ty8su")]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -18.6627, 3.5, -10.4457)
|