Skip to content

Commit

Permalink
remove symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Feb 22, 2023
1 parent 70a701b commit 3fd295d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
18 changes: 9 additions & 9 deletions live/packaged_game/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html lang="en-us"><script src="http://localhost:8000/pygbag/0.7/pythons.js" type=module id="site" data-os="vtx,fs,snd,gui" async defer>#<!--
<html lang="en-us"><script src="../../pygbag/0.7/pythons.js" type=module id="site" data-os="vtx,fs,snd,gui" async defer>#<!--

print("""
Loading pygame-penguinscantfly-wasm from pygame-penguinscantfly-wasm.apk
Pygbag Version : 0.7.0
Template Version : 0.7.0
Python : 3.11
CDN URL : http://localhost:8000/pygbag/0.7/
CDN URL : ../../pygbag/0.7/
Screen : {{cookiecutter.width}}x{{cookiecutter.height}}
Title : pygame-penguinscantfly-wasm
Folder : pygame-penguinscantfly-wasm
Expand Down Expand Up @@ -241,7 +241,7 @@
can_close : 0,
archive : "pygame-penguinscantfly-wasm",
gui_debug : 3,
cdn : "http://localhost:8000/pygbag/0.7/",
cdn : "../../pygbag/0.7/",
autorun : 0,
PYBUILD : "3.11"
}
Expand All @@ -256,10 +256,10 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes"/>

<link rel="prefetch" href="http://localhost:8000/pygbag/0.7/pythonrc.py">
<link rel="prefetch" href="http://localhost:8000/pygbag/0.7/vt/xterm.js">
<link rel="prefetch" href="http://localhost:8000/pygbag/0.7/vt/xterm-addon-image.js">
<link rel="prefetch" href="http://localhost:8000/pygbag/0.7/vt/xterm-addon-image.js">
<link rel="prefetch" href="../../pygbag/0.7/pythonrc.py">
<link rel="prefetch" href="../../pygbag/0.7/vt/xterm.js">
<link rel="prefetch" href="../../pygbag/0.7/vt/xterm-addon-image.js">
<link rel="prefetch" href="../../pygbag/0.7/vt/xterm-addon-image.js">


<link rel="icon" type="image/png" href="favicon.png" sizes="16x16">
Expand Down Expand Up @@ -341,7 +341,7 @@
}
</style>

<script src="http://localhost:8000/pygbag/0.7//browserfs.min.js"></script>
<script src="../../pygbag/0.7//browserfs.min.js"></script>

</head>

Expand Down Expand Up @@ -401,7 +401,7 @@
mozallowfullscreen="true"
sandbox="allow-same-origin allow-top-navigation allow-scripts allow-pointer-lock"
allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated"
src="http://localhost:8000/pygbag/0.7/empty.html"
src="../../pygbag/0.7/empty.html"
scrolling="yes">
</iframe>
</div>
Expand Down
2 changes: 1 addition & 1 deletion live/tetris_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
termios.set_raw_mode()

# http://localhost:8000/live/tetris

aio.fetch.FS("""
https://pmp-p.ddns.net/pyconfr2023/live
├── color_scheme.py
Expand Down
1 change: 0 additions & 1 deletion pygbag/0.7/build

This file was deleted.

0 comments on commit 3fd295d

Please sign in to comment.