Skip to content

Commit

Permalink
chore: adding an extra space and test CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma committed Dec 15, 2024
1 parent e500a64 commit 6aba3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async def render(self):
print("Moving RIGHT!")

self.single_square.move(self.thumb_pad.directions)

# bg to highlight the slider with theme 'one'
pygame.draw.rect(self.screen, PALETTE[0], (0, 0, self.screen.get_width(), 120))

Expand Down

0 comments on commit 6aba3b7

Please sign in to comment.