From 8db8d93fb755c7649fd7fd557f34e81b1b0dc7d8 Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Tue, 01 Apr 2025 17:16:44 +0000 Subject: [PATCH] cleanup project, moved scripts into folders --- 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.9.3