mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Build 29038489
This commit is contained in:
parent
83b9b8b9e8
commit
2623eaaa73
12 changed files with 12 additions and 7569 deletions
Binary file not shown.
Before Width: | Height: | Size: 710 B |
BIN
src/PWA/icon-512.png
Normal file
BIN
src/PWA/icon-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
BIN
src/PWA/icon-512.png_original
Normal file
BIN
src/PWA/icon-512.png_original
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29038466";
|
||||
const VERSION = "29038489";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29038466"
|
||||
"29038489"
|
||||
|
|
|
@ -738,7 +738,7 @@ async function openSettingsPanel() {
|
|||
let input: HTMLInputElement = document.createElement("input");
|
||||
input.setAttribute("type", "file");
|
||||
input.setAttribute("id", "save_file_picker");
|
||||
input.setAttribute("accept", ".b71");
|
||||
input.setAttribute("accept", ".b71,.json");
|
||||
input.style.position = "absolute";
|
||||
input.style.left = "-1000px";
|
||||
input.addEventListener("change", async (e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue