ld: start of city map and component greyboxing
This commit is contained in:
34
maps/Components/large_square_tower.tscn
Normal file
34
maps/Components/large_square_tower.tscn
Normal 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")
|
Reference in New Issue
Block a user