Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 8, 2024
1 parent ec1c3b8 commit 69a653c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion pygame-scripts/aio.sockets.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><meta charset="utf-8"></head><script src="https://pygame-web.github.io/pygbag/0.9/pythons.js" data-python="cpython3.12" type=module id="__main__" data-os="vtx,fs,gui" async defer>#<!--
<html><head><meta charset="utf-8"></head><script src="https://pygame-web.github.io/pygbag/0.0/pythons.js" data-python="cpython3.13" type=module id="__main__" data-os="vtx,fs,gui" async defer>#<!--
import aio
import asyncio
import time
Expand Down
4 changes: 2 additions & 2 deletions pygame-scripts/audio.script.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@

# pygame-script equivalent where :

# blob is a shortcut for :
# File() is a shortcut for :
# URL.createObjectURL( new Blob([FS.readFile(filename)]))
# and platform.new a shortcut to:
# and platform.new() a shortcut to:
# Reflect.construct(oclass, Array(*argv) )

import os
Expand Down
2 changes: 1 addition & 1 deletion pygame-scripts/pygame.mixer.music.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><meta charset="utf-8"></head><script src="/archives/0.0/pythons.js?cpython3.13" data-src="vtx,gui" type=module id="__main__" async defer>#<!--
<html><head><meta charset="utf-8"></head><script src="/pygbag/0.0/pythons.js?cpython3.13" data-src="vtx,gui" type=module id="__main__" async defer>#<!--
PYGBAG_FS = 1
__import__("os").chdir(__import__("tempfile").gettempdir())

Expand Down
25 changes: 0 additions & 25 deletions pygame-scripts/pygame.surfarray.html

This file was deleted.

2 changes: 1 addition & 1 deletion pygame-scripts/spritefusion.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head><meta charset="utf-8"></head><script src="https://pygame-web.github.io/pygbag/0.0/pythons.js" data-os="fs,gui" type=module id="__main__" async defer>#<!--
<html><head><meta charset="utf-8"></head><script src="https://pygame-web.github.io/pygbag/0.0/pythons.js" data-python=3.12 data-os="fs,gui" type=module id="__main__" async defer>#<!--
PYGBAG_FS=3
# fmt: off
__import__('os').chdir(__import__('tempfile').gettempdir())
Expand Down

0 comments on commit 69a653c

Please sign in to comment.