DesertFoxHU / Grimfield

Grimfield is a turn-based 2D strategy game
2 stars 0 forks source link

Custom Tile #8

Open DesertFoxHU opened 2 years ago

DesertFoxHU commented 2 years ago

Instead of storing everything units and building seperated, it would be great to store them in a single Tile class.

DesertFoxHU commented 2 years ago

However GrimfieldTile already exist, it would be better to inherit RuleTile instead of Tile. Unity implemented Tilemap Extras, so it's a safe thing to use and it's easier to implement animated/neighbouring tiles.

ToDo: