use pygbag tool from pygame-ce with Pygame-community edition see https://pygame-web.github.io/ for the wiki and https://github.com/pygame-community for discord help if required
pmp-p
6
Posts
55
Followers
143
Following
A member registered May 23, 2022 · View creator page →
Creator of
Direct port from Scratch to pygame-ce via sb3topy
Run in browser
Sample provided with Panda3D, character walking on uneven terrain
Play in browser
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
The computer broke. Land it yourself! comments · Posted in The computer broke. Land it yourself! comments



