This commit is contained in:
Hannah-Dagemark 2024-09-27 14:37:53 +02:00
commit 5e1411d741
7 changed files with 209 additions and 48 deletions

View file

@ -159,7 +159,13 @@ class MapManager:
tile.paint_pixels(mapObject, int(colour1),int(colour2),int(colour3))
tile.findBorder(mapObject)
tile.add_resources(self.TileWorker.get_resource_for(terrain))
#### Interactions
def buildHouse(self, tile):
pass
def buildBigHouse(self, tile):
pass
# Etc etc
def re_load(self):
print("To Be Implomented")