Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

pmp-p

5
Posts
34
Followers
102
Following
A member registered May 23, 2022 · View creator page →

Creator of

Recent community posts

hi, pygbag does not support sdl software scaler pygame.SCALED because web has a hardware scaler so

if not sys.platform in ('emscripten','wasm'):
    _SCREEN = pygame.display.set_mode((84, 48), pygame.SCALED)
else:
    _SCREEN = pygame.display.set_mode((84, 48), 0)

and since you have no sound on start you can use --ume_block 0 to skip the wait for click screen

updated to pygame-ce via pygbag 0.7.2

(1 edit)

Hi, you should rebuild with pygbag 0.7.x + pygame-ce that are considered (a bit) stable

0.6 and earlier pygame based will be dropped soon

Hi, you should rebuild with pygbag 0.7.x + pygame-ce that are considered (a bit) stable

0.6 and earlier will be dropped soon

Also i think the google play stuff is possibly making a lot of errors on privacy equipped browsers.

(1 edit)

Hi, to fix audio problems please have a try to pygbag 0.2.0

( and anyway old pre pre-releases before 0.1.5 may not run anyway because cdn was badly organized )