Implemented steamworks and achievements, v1.3.0

This commit is contained in:
Nicola Sovic
2022-06-12 14:14:54 +02:00
parent aa56dea657
commit 84e897e147
15 changed files with 395 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ public class Tile : MonoBehaviour
{
tiletype = type;
}
SteamWorksHandler.getForestAchievement(type);
contentGenerator = GameObject.Find("ContentGenerator");
setPosition(pos);
setBorders();