Fix : Building map

This commit is contained in:
NichiHachi
2024-06-24 05:10:45 +02:00
parent 936afb1af4
commit 3f0eba7d24
3 changed files with 14 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ class District:
return road
return None
def generate_roads(self, map_data, random_range=(20, 40)):
def generate_roads(self, map_data, random_range=(40, 50)):
width = {0: self.center_expend.x}
height = {0: self.center_expend.y}
self.roads_expend = [Road(self.center_expend, 0, 0)]