Files
godot_test/scenes/level.tscn5923790033.tmp
2025-08-08 16:36:54 +05:00

45 lines
1.7 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://8ywbh7j4mmai"]
[ext_resource type="PackedScene" uid="uid://dsrbro31ggv7u" path="res://scenes/player.tscn" id="1_2q6dc"]
[ext_resource type="Material" uid="uid://dv185w3f5gjp4" path="res://materials/level.tres" id="2_w7c3h"]
[sub_resource type="Environment" id="Environment_2q6dc"]
[sub_resource type="BoxMesh" id="BoxMesh_2q6dc"]
[sub_resource type="BoxMesh" id="BoxMesh_w7c3h"]
[node name="level" type="Node3D"]
[node name="Player" parent="." instance=ExtResource("1_2q6dc")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0640043, 0.486621, -0.407444)
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 4, -1)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_2q6dc")
[node name="CSGMesh3D" type="CSGMesh3D" parent="."]
transform = Transform3D(38.6121, 0, 0, 0, 0.894564, 0, 0, 0, 34.4712, 0, 0, 0)
use_collision = true
mesh = SubResource("BoxMesh_2q6dc")
[node name="CSGMesh3D2" type="CSGMesh3D" parent="."]
transform = Transform3D(1.00624, 0, 0, 0, 1.00624, 0, 0, 0, 1.00624, -0.146904, 1.43323, 3.63201)
use_collision = true
mesh = SubResource("BoxMesh_w7c3h")
material = ExtResource("2_w7c3h")
[node name="CSGMesh3D3" type="CSGMesh3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.293807, 2.86646, 6.43488)
use_collision = true
mesh = SubResource("BoxMesh_w7c3h")
material = ExtResource("2_w7c3h")
[node name="CSGMesh3D4" type="CSGMesh3D" parent="."]
transform = Transform3D(13.2076, 0, 0, 0, 1, 0, 0, 0, 1, -0.587614, 4.46185, 8.71996)
use_collision = true
mesh = SubResource("BoxMesh_w7c3h")
material = ExtResource("2_w7c3h")