Working on gamepad controls. /JL

This commit is contained in:
2025-03-21 14:45:22 +01:00
parent 537006167a
commit 4e3e91580a
8 changed files with 125 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
import pygame
import controls
from tilemap.playground import PlayGround
if __name__ == "__main__":
pg = PlayGround(geometry = (1, 3))
pygame.init()
pass