CamposDJoel / DungeonDiceMonsters

My own version of Dungeon Dice Monsters
2 stars 0 forks source link

Implement "Field Type" into the Tile Object #73

Closed CamposDJoel closed 4 months ago

CamposDJoel commented 4 months ago

Implement a field name "Field Type" into the Tile object. This will use an enum for its value and will default to "None" during Tile object construction. Using this new field, the ReloadTileUI() will display the field type image into the tile display if the tile is currently "unoccupied". Switch the field type value back to "None" should then remove the image from the tile display so it can display the owner color again.