29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://2qsccmko8yl8"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b440i2oidk5sp" path="res://objects/player.tscn" id="1_e1efq"]
|
|
[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)
|
|
|
|
[node name="Node3D" type="Node3D"]
|
|
|
|
[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="player" parent="." instance=ExtResource("1_e1efq")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.32619, 2.43562, 13.4822)
|
|
|
|
[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)
|