Skip to content

Commit

Permalink
Changelog changes
Browse files Browse the repository at this point in the history
Change change changelog
  • Loading branch information
YoctoProductions committed Dec 15, 2024
1 parent cf6203c commit 0186115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/src/ui/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function App() {
}, 10);

if(!firstGame) return;
// setModal(<ChangelogModal />);
setModal(<ChangelogModal />);
}, [gameStarted]);

const [server, setServer] = useState(Settings.server);
Expand Down
12 changes: 5 additions & 7 deletions client/src/ui/modals/ChangelogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ function ChangelogModal() {
<h1 style={{fontSize: 30}}>What's new? (December 2024)</h1>
<li>WINTER UPDATE! Enjoy these additions to the game during this event:</li>
<br></br>
<ul>- New pine tree forest & gingerbread biomes!</ul>
<ul>- Higher chances of rarer chests!</ul>
<ul>- Faster-spawning bosses!</ul>
<ul>- SKIN SALE! Save hundreds to thousands of gems on winter-themed skins! (Search OFF in the shop to quickly find these skins!)</ul>
<ul>- STRONGER MOBS! All mobs have increased health, damage or speed and drop more coins!</ul>
<ul>- EVENT SKINS! Buy limited-time winter skins before they go offsale! (Search WINTER EVENT in the shop to quickly find these skins!)</ul>
<ul>- New biomes and faster-spawning bosses!</ul>
<ul>- Stronger mobs that drop more coins!</ul>
<ul>- Winter-themed skins are on sale for much cheaper!</ul>
<ul>- Limited-time event skins that will go offsale after the winter event!</ul>
<br></br>
<ul>(Credit to A-Bot, cool guy 53, and Battleship)</ul>
<hr></hr>
<h1 style={{fontSize: 25}}>Anniversary Event (Part 1)</h1>
<h1 style={{fontSize: 25}}>Winter Event (Part 2)</h1>
<ul>- 12 New Skins! (7 are event skins!)</ul>
<ul>- Even better sales for the Skin Sale!</ul>
<ul>- Updated shop UI!</ul>
Expand Down

0 comments on commit 0186115

Please sign in to comment.