Skip to content

Commit 583f39f

Browse files
committed
Specified the Pyxel version temporarily
1 parent 7bcea6f commit 583f39f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wasm/mml-studio/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
}
3939
</style>
40-
<script src="https://cdn.jsdelivr.net/gh/kitao/pyxel/wasm/pyxel.js"></script>
40+
<script src="https://cdn.jsdelivr.net/gh/kitao/pyxel@2.5.7/wasm/pyxel.js"></script>
4141
<script src="https://cdn.jsdelivr.net/npm/[email protected]/libs/lz-string.min.js"></script>
4242
</head>
4343
<body class="page">

wasm/mml-studio/pyxel-screen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<script src="https://cdn.jsdelivr.net/gh/kitao/pyxel/wasm/pyxel.js"></script>
6+
<script src="https://cdn.jsdelivr.net/gh/kitao/pyxel@2.5.7/wasm/pyxel.js"></script>
77
</head>
88
<body>
99
<pyxel-run root="." name="mml_studio.py"></pyxel-run>

0 commit comments

Comments
 (0)