Don't offset the back side walls.

This commit is contained in:
Relintai 2022-03-01 22:05:14 +01:00
parent 3cba2b5dae
commit 0a33c6073b
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
library = ExtResource( 2 )
level_generator = ExtResource( 3 )
mesh_transform_terrain = Transform2D( 1, 0.45, -1, 0.45, 0, 0 )
mesh_transform_wall_north = Transform2D( 1, 0.45, 0, 1.2, 0, 16 )
mesh_transform_wall_north = Transform2D( 1, 0.45, 0, 1.2, 0, 0 )
mesh_transform_wall_south = Transform2D( 1, 0.45, 0, 1.2, 0, 0 )
mesh_transform_wall_east = Transform2D( 1, -0.45, 0, 1.2, 0, 0 )
mesh_transform_wall_west = Transform2D( 1, -0.45, 0, 1.2, 0, 16 )
mesh_transform_wall_west = Transform2D( 1, -0.45, 0, 1.2, 0, 0 )
build_flags = 127
script = ExtResource( 1 )