Skip to content

Commit 397f0ea

Browse files
committed
🤦‍♂️ Fix naval explosion palette swapping which was accidentally broken.
GitOrigin-RevId: d2ce756daa186047bcdce9bc7ffa34fb7af44ed1
1 parent a6dc1e2 commit 397f0ea

File tree

2 files changed

+96
-89
lines changed

2 files changed

+96
-89
lines changed

art/Sprites.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SHOULD_SWAP =
3030
process.env.NODE_ENV !== 'production' || process.env.IS_DEMO;
3131

3232
export const AssetDomain = 'https://art.athenacrisis.com';
33-
export const AssetVersion = 'v9';
33+
export const AssetVersion = 'v10';
3434

3535
// Keep remote images in memory forever.
3636
const imageCache = [];

0 commit comments

Comments
 (0)