Skip to content

Commit

Permalink
removed whitespaces at the end of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
jriyyya committed Mar 31, 2023
1 parent 01be221 commit 17bdd8b
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion button.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ def update(self):

if self.hovered() and pygame.mouse.get_pressed()[0] == 1:
self.action()

1 change: 0 additions & 1 deletion cardiac.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,3 @@ def run(self, gameDisplay, info):

if numberofhearts == 3:
return score

1 change: 0 additions & 1 deletion fear.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,3 @@ def run(self, gameDisplay, info):

pygame.display.update()
clock.tick(60)

2 changes: 1 addition & 1 deletion howtoplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def run(self, gameDisplay, info):
# pygame.draw.circle(gameDisplay,(255,255,255), (750+35,20+15),5,2)

pygame.display.update()
clock.tick(60)
clock.tick(60)
1 change: 0 additions & 1 deletion impossible.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,3 @@ def run(self, gameDisplay, info):

pygame.display.update()
clock.tick(60)

1 change: 0 additions & 1 deletion inferno.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,3 @@ def run(self, gameDisplay, info):

pygame.display.update()
clock.tick(60)

1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,3 @@ def run(self):

if __name__ == "__main__":
g = game()

1 change: 0 additions & 1 deletion normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,3 @@ def run(self, gameDisplay, info):

pygame.display.update()
clock.tick(60)

1 change: 0 additions & 1 deletion scorescreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,3 @@ def run(self):

pygame.display.update()
clock.tick(60)

0 comments on commit 17bdd8b

Please sign in to comment.