From ff3f9c75fccb3fbb7b882ec29e754e6135b53e60 Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Tue, 01 Apr 2025 20:58:42 +0000
Subject: [PATCH] #25 oreTiles now connect to forestTiles
---
Assets/Scripts/Managers/GameManager.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Assets/Scripts/Managers/GameManager.cs b/Assets/Scripts/Managers/GameManager.cs
index 41e5ace..21fb0d4 100644
--- a/Assets/Scripts/Managers/GameManager.cs
+++ b/Assets/Scripts/Managers/GameManager.cs
@@ -166,8 +166,6 @@
{
Item item = dropable.dropable;
playerInventory.AddItem(item, dropable.dropAmount);
- Debug.Log("CellWorldPosition: " + cellWorldPosition);
- Debug.Log("TileGameObjectPosition: " + tileGameObject.transform.position);
CharacterLootObtained(tileGameObject.transform.position, item, dropable.dropAmount);
}
}
--
Gitblit v1.10.0