From 7f1913677d73bc96b0a1bac649b3518e95d0fdbf Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Wed, 02 Apr 2025 17:05:30 +0000 Subject: [PATCH] #41 changed ground layer to start at y=-1 --- Assets/TileSets/Palettes/ForestRuleTile.asset | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Assets/TileSets/Palettes/ForestRuleTile.asset b/Assets/TileSets/Palettes/ForestRuleTile.asset index 9a18a00..e3252ea 100644 --- a/Assets/TileSets/Palettes/ForestRuleTile.asset +++ b/Assets/TileSets/Palettes/ForestRuleTile.asset @@ -183,13 +183,16 @@ m_Output: 0 m_ColliderType: 1 m_RandomTransform: 0 - m_Neighbors: 0100000002000000010000000100000001000000 + m_Neighbors: 0100000002000000010000000100000001000000010000000100000001000000 m_NeighborPositions: - {x: 1, y: 0, z: 0} - {x: 1, y: -1, z: 0} - {x: 0, y: -1, z: 0} - {x: -1, y: 0, z: 0} - {x: 0, y: 1, z: 0} + - {x: 1, y: 1, z: 0} + - {x: -1, y: 1, z: 0} + - {x: -1, y: -1, z: 0} m_RuleTransform: 0 - m_Id: 10 m_Sprites: @@ -201,13 +204,16 @@ m_Output: 0 m_ColliderType: 1 m_RandomTransform: 0 - m_Neighbors: 0100000001000000010000000100000002000000 + m_Neighbors: 0100000001000000010000000100000002000000010000000100000001000000 m_NeighborPositions: - {x: 1, y: 0, z: 0} - {x: 0, y: -1, z: 0} - {x: -1, y: 0, z: 0} - {x: 0, y: 1, z: 0} - {x: -1, y: -1, z: 0} + - {x: 1, y: -1, z: 0} + - {x: 1, y: 1, z: 0} + - {x: -1, y: 1, z: 0} m_RuleTransform: 0 - m_Id: 11 m_Sprites: @@ -278,16 +284,16 @@ m_Output: 0 m_ColliderType: 1 m_RandomTransform: 0 - m_Neighbors: 0100000001000000010000000200000002000000020000000100000002000000 + m_Neighbors: 0100000001000000010000000200000001000000020000000100000001000000 m_NeighborPositions: - {x: 0, y: 1, z: 0} - {x: 1, y: 0, z: 0} - {x: -1, y: 0, z: 0} - - {x: 0, y: -1, z: 0} - - {x: -1, y: -1, z: 0} - {x: -1, y: 1, z: 0} - {x: 1, y: 1, z: 0} - {x: 1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + - {x: -1, y: -1, z: 0} m_RuleTransform: 0 - m_Id: 15 m_Sprites: @@ -299,14 +305,14 @@ m_Output: 0 m_ColliderType: 1 m_RandomTransform: 0 - m_Neighbors: 0100000001000000010000000200000002000000020000000100000002000000 + m_Neighbors: 0100000001000000010000000100000002000000020000000100000001000000 m_NeighborPositions: - {x: 0, y: 1, z: 0} - {x: 1, y: 0, z: 0} - {x: -1, y: 0, z: 0} - - {x: 0, y: -1, z: 0} - - {x: -1, y: -1, z: 0} - - {x: 1, y: -1, z: 0} - {x: -1, y: 1, z: 0} - {x: 1, y: 1, z: 0} + - {x: -1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 1, y: -1, z: 0} m_RuleTransform: 0 -- Gitblit v1.9.3