ld: start of city map and component greyboxing

This commit is contained in:
2025-06-13 15:53:58 +02:00
parent 1d67c4d20a
commit 5db803bb31
7 changed files with 223 additions and 2 deletions

View File

@ -0,0 +1,34 @@
[gd_scene load_steps=2 format=3 uid="uid://br76ixljh42i8"]
[ext_resource type="Material" uid="uid://31aulub2nqov" path="res://assets/greybox/m_greybox.tres" id="1_sgma5"]
[node name="LargeSquareTower" type="CSGCombiner3D"]
[node name="CSGBox3D" type="CSGBox3D" parent="."]
use_collision = true
size = Vector3(10, 9, 10)
material = ExtResource("1_sgma5")
[node name="CSGBox3D2" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 5, 0)
use_collision = true
size = Vector3(0.5, 1, 10)
material = ExtResource("1_sgma5")
[node name="CSGBox3D3" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 5, 0)
use_collision = true
size = Vector3(0.5, 1, 10)
material = ExtResource("1_sgma5")
[node name="CSGBox3D4" type="CSGBox3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 5, 5)
use_collision = true
size = Vector3(0.5, 1, 10.5)
material = ExtResource("1_sgma5")
[node name="CSGBox3D5" type="CSGBox3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 5, -5)
use_collision = true
size = Vector3(0.5, 1, 10.5)
material = ExtResource("1_sgma5")