2024-08-02 20:13:42 +02:00
|
|
|
[gd_scene load_steps=3 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"]
|
|
|
|
|
|
|
|
[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="light" type="DirectionalLight3D" parent="."]
|
|
|
|
transform = Transform3D(0.545371, 0.353189, 0.76015, 0, -0.90689, 0.421368, 0.838195, -0.229802, -0.494591, 0, 10.2747, 0)
|
|
|
|
|
|
|
|
[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)
|