Compare commits

..

No commits in common. "9e69321399acfde682113715845f8c2677e110db" and "043606c9652005f9a1f1dd5bda1bb0432aca8dce" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -57,7 +57,7 @@ def open_level(path):
def make_wall(wall_buffer,level):
if (len(wall_buffer) != 2):
print("Warning: wall buffer doesn't contains 2 points.")
print('Warning: wall buffer not contains 2 points.')
return
level.append(

View File

@ -83,8 +83,6 @@ def mainLoop():
alert = Alert(f"File saved as {filename}", display)
alert_append(alert, 5)
if event.key == pygame.K_F4:
print(gPlayer.cPos)
keys = pygame.key.get_pressed()
if keys[pygame.K_d]: