Skip to content

Commit

Permalink
🤦‍♂️ Fix naval explosion palette swapping which was accidentally broken.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: d2ce756daa186047bcdce9bc7ffa34fb7af44ed1
  • Loading branch information
cpojer committed May 9, 2024
1 parent a6dc1e2 commit 397f0ea
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 89 deletions.
2 changes: 1 addition & 1 deletion art/Sprites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SHOULD_SWAP =
process.env.NODE_ENV !== 'production' || process.env.IS_DEMO;

export const AssetDomain = 'https://art.athenacrisis.com';
export const AssetVersion = 'v9';
export const AssetVersion = 'v10';

// Keep remote images in memory forever.
const imageCache = [];
Expand Down
Loading

0 comments on commit 397f0ea

Please sign in to comment.