Skip to content

Commit

Permalink
Fix characters not always compacting
Browse files Browse the repository at this point in the history
  • Loading branch information
FormularSumo committed Sep 14, 2024
1 parent 2cdbd45 commit 117b555
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/game.data
Binary file not shown.
2 changes: 1 addition & 1 deletion src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ Module.expectedDataFileDownloads++;
}

}
loadPackage({"package_uuid":"ede1f5a0-9281-406f-b8a2-2f7093e53655","remote_package_size":72815087,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":72815087,"audio":false}]});
loadPackage({"package_uuid":"7bc5b3c8-5f94-4280-a3ac-4c26f6f05b53","remote_package_size":72815111,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":72815111,"audio":false}]});

})();
2 changes: 1 addition & 1 deletion src/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = `0.12.0.9`; // stable.pre-release.minor.web
const CACHE_NAME = `0.12.0.10`; // stable.pre-release.minor.web

// Use the install event to pre-cache all initial resources.
self.addEventListener('install', event => {
Expand Down

0 comments on commit 117b555

Please sign in to comment.