Pinguin als Standardcharacter mit Animation

This commit is contained in:
brausjonas
2023-03-31 02:39:36 +02:00
parent 94323a8404
commit 725a68b90c
46 changed files with 3436 additions and 1490 deletions
+7 -7
View File
@@ -56,13 +56,13 @@ public class UIHandler : MonoBehaviour
public void ActivateLayoutMiniMap()
{
layout0.SetActive(false);
layout1.SetActive(false);
layoutMiniMap.SetActive(true);
layoutBuyStar.SetActive(false);
layout2.SetActive(false);
layoutItemShop.SetActive(false);
layoutSelectItem.SetActive(false);
// layout0.SetActive(false);
// layout1.SetActive(false);
// layoutMiniMap.SetActive(true);
// layoutBuyStar.SetActive(false);
// layout2.SetActive(false);
// layoutItemShop.SetActive(false);
// layoutSelectItem.SetActive(false);
}
public void ActivateLayoutBuyStar(Player player)