increase number of enemies
This commit is contained in:
parent
693866c443
commit
43c5e2ae95
@ -22,7 +22,7 @@ def generateMap():
|
|||||||
except Exception as error:
|
except Exception as error:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
for i in range(3):
|
for i in range(25):
|
||||||
for j in range(50):
|
for j in range(50):
|
||||||
try:
|
try:
|
||||||
spot = [random.randint(0, tileCountx - 1), random.randint(0, tileCounty - 1)]
|
spot = [random.randint(0, tileCountx - 1), random.randint(0, tileCounty - 1)]
|
||||||
|
Loading…
Reference in New Issue
Block a user