From cff4eb867cbca43865fffd1a045bf38213c643f5 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Wed, 8 Mar 2023 03:12:16 -0500 Subject: [PATCH] corner tile just as big as regular pipe tile --- tilesets/t_rust.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilesets/t_rust.tres b/tilesets/t_rust.tres index 1fa4589..2b11aab 100644 --- a/tilesets/t_rust.tres +++ b/tilesets/t_rust.tres @@ -27,7 +27,7 @@ points = PoolVector2Array( 8, 7, 0, 7, 0, 1, 8, 1 ) points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 ) [sub_resource type="ConvexPolygonShape2D" id=9] -points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 ) +points = PoolVector2Array( 8, 7, 0, 7, 0, 1, 8, 1 ) [sub_resource type="ConvexPolygonShape2D" id=10] points = PoolVector2Array( 0, 1, 8, 1, 8, 7, 0, 7 )