stupid stupid stupid error
This commit is contained in:
parent
c627f7f13b
commit
cb4293370a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Levels = [
|
||||||
|
|
||||||
def generate_random_level():
|
def generate_random_level():
|
||||||
logging.info("Generating a random level!")
|
logging.info("Generating a random level!")
|
||||||
rows = randint(0, 12)
|
rows = randint(1, 12)
|
||||||
padding = randint(0, 30)
|
padding = randint(0, 30)
|
||||||
firebacks = randint(0, 15)
|
firebacks = randint(0, 15)
|
||||||
powerups = randint(0, 15)
|
powerups = randint(0, 15)
|
||||||
|
|
Reference in a new issue