Optimized buildings a bit

This commit is contained in:
2025-03-14 16:51:50 +03:00
parent 85900e3ef1
commit 7eceed3ee5
138 changed files with 5655 additions and 338 deletions

View File

@@ -5,22 +5,26 @@
[sub_resource type="BoxShape" id=1]
extents = Vector3( 7.05784, 0.158917, 1.3372 )
[node name="bus-stop" instance=ExtResource( 1 )]
[node name="bus-stop" type="Spatial"]
[node name="StaticBody" type="StaticBody" parent="bus-stop" index="0"]
[node name="StaticBody" type="StaticBody" parent="."]
[node name="CollisionShape" type="CollisionShape" parent="bus-stop/StaticBody" index="0"]
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.121079, 2.09843 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="bus-stop/StaticBody" index="1"]
[node name="CollisionShape2" type="CollisionShape" parent="StaticBody"]
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 1.6043, 3.3849 )
shape = SubResource( 1 )
[node name="CollisionShape3" type="CollisionShape" parent="bus-stop/StaticBody" index="2"]
[node name="CollisionShape3" type="CollisionShape" parent="StaticBody"]
transform = Transform( 1, 0, 0, 0, 0.902893, -0.429865, 0, 0.429865, 0.902893, 0, 4.61468, 2.35981 )
shape = SubResource( 1 )
[node name="CollisionShape4" type="CollisionShape" parent="bus-stop/StaticBody" index="3"]
[node name="CollisionShape4" type="CollisionShape" parent="StaticBody"]
transform = Transform( 1, 0, 0, 0, 0.915396, 0.402555, 0, -0.402555, 0.915396, 0, 4.61468, 0.296666 )
shape = SubResource( 1 )
[node name="MergeGroup" type="MergeGroup" parent="."]
[node name="bus-stop" parent="MergeGroup" instance=ExtResource( 1 )]