Skip to content

Commit

Permalink
Minor fixes to batched evolutions/health bar, fix to some card sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
FormularSumo committed Sep 14, 2024
1 parent de51827 commit 20d9787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified src/game.data
Binary file not shown.
4 changes: 2 additions & 2 deletions src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ Module.expectedDataFileDownloads++;
}

}
loadPackage({"package_uuid":"9c226dc7-237f-448f-b1bf-08d4230be8d8","remote_package_size":72816693,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":72816693,"audio":false}]});
loadPackage({"package_uuid":"a5d04dca-d2c8-41fe-a5da-e55eaef5b10e","remote_package_size":72816658,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":72816658,"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.7`; // stable.pre-release.minor.web
const CACHE_NAME = `0.12.0.8`; // 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 20d9787

Please sign in to comment.