Skip to content

Commit

Permalink
Updated the WASM wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Oct 10, 2022
1 parent 4215947 commit 63c32e8
Show file tree
Hide file tree
Showing 22 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
gtag("config", "G-86QMDH8ZNH");
</script>
<title>Pyxel Web Launcher</title>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/01_hello_pyxel.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/02_jump_game.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/03_draw_api.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/04_sound_api.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/05_color_palette.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/06_click_game.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/07_snake.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/08_triangle_api.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/09_shooter.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/10_platformer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/11_offscreen.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/12_perlin_noise.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/30SecondsOfDaylight.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/image_editor.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/megaball.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/music_editor.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/script_test.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/sound_editor.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion wasm/examples/tilemap_editor.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].15/wasm/pyxel.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kitao/[email protected].16/wasm/pyxel.js"></script>
</head>

<body>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 63c32e8

Please sign in to comment.