added font, updated ui, fixed some code
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using Steamworks;
|
||||
using Assets.Scripts;
|
||||
using Assets.Scripts.Player;
|
||||
|
||||
public class SteamWorksHandler : MonoBehaviour
|
||||
{
|
||||
@@ -97,7 +98,7 @@ public class SteamWorksHandler : MonoBehaviour
|
||||
|
||||
private static bool isGodMode()
|
||||
{
|
||||
return EasterEggHandler.isGodMode(GameObject.Find("Player").GetComponent<Player>());
|
||||
return EasterEggHandler.isGodMode(GameObject.Find("Player").GetComponent<PlayerGameObject>().getPlayer());
|
||||
}
|
||||
|
||||
public static void getItemAchievement(Item item)
|
||||
|
||||
Reference in New Issue
Block a user