From 6ef954f1858641604b23076dfa872c5876b6f4bd Mon Sep 17 00:00:00 2001
From: Robin Ruud Kristensen <robin1998@hotmail.no>
Date: Thu, 10 Nov 2022 21:04:45 +0100
Subject: [PATCH] changed size for boss room

---
 .../Assets/Code/Map/Data/NeigbourParameters_BossRoom.asset    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MrBigsock/Assets/Code/Map/Data/NeigbourParameters_BossRoom.asset b/MrBigsock/Assets/Code/Map/Data/NeigbourParameters_BossRoom.asset
index 503c5feb..0336fc03 100644
--- a/MrBigsock/Assets/Code/Map/Data/NeigbourParameters_BossRoom.asset
+++ b/MrBigsock/Assets/Code/Map/Data/NeigbourParameters_BossRoom.asset
@@ -12,8 +12,8 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: fbfb0de6beb24664cbb2d7f616b15910, type: 3}
   m_Name: NeigbourParameters_BossRoom
   m_EditorClassIdentifier: 
-  width: 0
-  height: 0
+  width: 50
+  height: 50
   smoothCount: 0
   empty: 0
   edgesAreWalls: 0
-- 
GitLab