Files
MovementTests/maps/Components/small_square_tower.tscn
2025-06-14 22:38:36 +02:00

51 lines
1.9 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://fxj0a6p5h6lm"]
[ext_resource type="Material" uid="uid://31aulub2nqov" path="res://assets/greybox/m_greybox.tres" id="1_uvljb"]
[ext_resource type="PackedScene" uid="uid://482s38k0yv35" path="res://maps/Components/stairs.tscn" id="2_3lq07"]
[node name="SmallSquareTower" type="CSGCombiner3D"]
transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, 0, 0, 0)
[node name="CSGBox3D" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -6.75, 0)
use_collision = true
size = Vector3(5, 16.5, 5)
material = ExtResource("1_uvljb")
[node name="CSGBox3D2" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 2, 0)
use_collision = true
size = Vector3(0.5, 1, 5.5)
material = ExtResource("1_uvljb")
[node name="CSGBox3D3" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 2, 0)
use_collision = true
size = Vector3(0.5, 1, 5.5)
material = ExtResource("1_uvljb")
[node name="CSGBox3D4" type="CSGBox3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 2, 2.5)
use_collision = true
size = Vector3(0.5, 1, 5)
material = ExtResource("1_uvljb")
[node name="CSGBox3D5" type="CSGBox3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 2, -2.5)
use_collision = true
size = Vector3(0.5, 1, 5)
material = ExtResource("1_uvljb")
[node name="CSGBox3D6" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 2, -3.57628e-07)
operation = 2
use_collision = true
size = Vector3(1.5, 1, 2.5)
material = ExtResource("1_uvljb")
[node name="stairs2" parent="." instance=ExtResource("2_3lq07")]
transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, -2.5935, 2.82843, 0.51, 0.000713646)
[node name="stairs3" parent="." instance=ExtResource("2_3lq07")]
transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, -2.5935, 3.82843, -0.49, 0.000713646)