Skip to content

Commit

Permalink
2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cakama3a committed Feb 26, 2024
1 parent 79e6c71 commit 3bab379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gamepadla.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver = "2.1.6"
ver = "2.1.7"
repeat = 2000

from colorama import Fore, Back, Style
Expand Down Expand Up @@ -29,7 +29,7 @@
print(f"Credits:")
print(f"The code was written by John Punch: https://reddit.com/user/JohnnyPunch")
import pygame
# from pygame.locals import *
from pygame.locals import *
pygame.init()

joysticks = [pygame.joystick.Joystick(x) for x in range(pygame.joystick.get_count())]
Expand Down
Binary file modified dist/Gamepadla.exe
Binary file not shown.

0 comments on commit 3bab379

Please sign in to comment.