From ad79d9ca49274cc660fc2030a071b24314f0f210 Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Sat, 29 Mar 2025 21:33:41 +0000 Subject: [PATCH] added flexalon UI and reworked inventoryUI --- Assets/Scripts/Managers/GameManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Managers/GameManager.cs b/Assets/Scripts/Managers/GameManager.cs index 4f26218..83a4f31 100644 --- a/Assets/Scripts/Managers/GameManager.cs +++ b/Assets/Scripts/Managers/GameManager.cs @@ -140,7 +140,7 @@ if (tileGameObject?.GetComponent<Dropable>()?.isDropable ?? false) { // Change no drops, only inventory - //Instantiate(tileGameObject?.GetComponent<Dropable>().dropable, cellWorldPosition, Quaternion.identity, pickups.transform); + Instantiate(tileGameObject?.GetComponent<Dropable>().dropable, cellWorldPosition, Quaternion.identity, pickups.transform); //Debug.Log(.name); } -- Gitblit v1.9.3