Skip to content

Commit

Permalink
Test new game
Browse files Browse the repository at this point in the history
  • Loading branch information
FormularSumo committed Sep 7, 2024
1 parent 832e5b7 commit 394d12d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified game.data
Binary file not shown.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,6 @@ Module.expectedDataFileDownloads++;
}

}
loadPackage({"package_uuid":"04d2aeb7-77b6-4704-823d-728086fb267f","remote_package_size":72818279,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":72818279,"audio":false}]});
loadPackage({"package_uuid":"52a10900-44a2-4198-ab30-fdbcea5889f1","remote_package_size":72818281,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":72818281,"audio":false}]});

})();
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = `0.12.0.23`; // stable.pre-release.minor.web
const CACHE_NAME = `0.12.0.24`; // 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 394d12d

Please sign in to comment.