27/09-24
This commit is contained in:
parent
046d80f515
commit
5e1411d741
7 changed files with 209 additions and 48 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue