From 0a33c6073b58c402df2e0214336de7501e439494 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 1 Mar 2022 22:05:14 +0100 Subject: [PATCH] Don't offset the back side walls. --- game/scenes/terra_2d_world/Terrain2DWorldBlocky.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/scenes/terra_2d_world/Terrain2DWorldBlocky.tscn b/game/scenes/terra_2d_world/Terrain2DWorldBlocky.tscn index 28062d2..8ef1fa2 100644 --- a/game/scenes/terra_2d_world/Terrain2DWorldBlocky.tscn +++ b/game/scenes/terra_2d_world/Terrain2DWorldBlocky.tscn @@ -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 )