From 9ca4a339698dba58baf82ff8daaf9d8de5026676 Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Thu, 03 Apr 2025 21:02:34 +0000
Subject: [PATCH] show chunk position in gizmo

---
 Assets/TileSets/Palettes/IronOreRuleTile.asset |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/Assets/TileSets/Palettes/IronOreRuleTile.asset b/Assets/TileSets/Palettes/IronOreRuleTile.asset
index aa9971c..ec4c2db 100644
--- a/Assets/TileSets/Palettes/IronOreRuleTile.asset
+++ b/Assets/TileSets/Palettes/IronOreRuleTile.asset
@@ -27,13 +27,5 @@
     m_ColliderType: 1
     m_RandomTransform: 0
     m_Neighbors: 
-    m_NeighborPositions:
-    - {x: -1, y: 1, z: 0}
-    - {x: 0, y: 1, z: 0}
-    - {x: 1, y: 1, z: 0}
-    - {x: -1, y: 0, z: 0}
-    - {x: 1, y: 0, z: 0}
-    - {x: -1, y: -1, z: 0}
-    - {x: 0, y: -1, z: 0}
-    - {x: 1, y: -1, z: 0}
+    m_NeighborPositions: []
     m_RuleTransform: 0

--
Gitblit v1.9.3