fixed HUD buttons, added eastereggs, fixed object spawn, added coordinates, enabled new tutorial, v1.2.0

This commit is contained in:
Nicola Sovic
2022-04-12 14:18:37 +02:00
parent cb7541ce85
commit 0ce547fb74
10 changed files with 382 additions and 27 deletions

View File

@@ -209,4 +209,9 @@ public class Tile : MonoBehaviour
enemy.GetComponent<Collider>().enabled = false;
aliveEnemies.Remove(enemy);
}
public string getTileType()
{
return tiletype;
}
}