Skip to content

Commit bb202e6

Browse files
committed
launch all the mods event page
1 parent 4bd9d60 commit bb202e6

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/lib/Event/Component.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import Language from "../../resources/language.js";
44
import EventPages from "../../resources/markdown/events/pages.js";
55
6-
const isHavingEvent = false;
7-
const eventName = "Spring PenguinJam 2026";
8-
const eventPath = "penguinjamspring2026";
6+
const isHavingEvent = true;
7+
const eventName = "All The Mods 2026";
8+
const eventPath = "allthemods2026";
99
1010
let currentLang = "en";
1111
let pageLang = "en";

src/resources/markdown/events/en/allthemods2026.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PenguinMod, TurboWarp, Warpdrive, MistWarp, NitroBolt, Scratch Everywhere!
77
TurboWarp, Warpdrive, MistWarp, NitroBolt, Scratch Everywhere!
88
```
99

10-
# [See our itch.io page for project submissions and event information!](https://itch.io/jam/all-the-mods-game-jam)
10+
# [Join our itch.io page for project submissions and exact event dates!](https://itch.io/jam/all-the-mods-game-jam)
1111

1212
<div style="display:flex;flex-direction:row">
1313
<!-- NOTE: For some absolutely stupid reason the allthemods_penguinmod.webp logo just refreshes constantly -->

src/routes/+page.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -745,21 +745,21 @@
745745
<div class="category-news">
746746
<div class="category-news-content">
747747
<h2 style="margin-block:4px;">
748-
Spring PenguinJam has ended!
748+
All The Mods Game Jam!
749749
</h2>
750750
<div style="width:100%">
751751
<p>
752-
Time's up everyone, the 2026 Spring PenguinJam
753-
has ended!
752+
We've partnered with many different Scratch mods (featuring PenguinMod, TurboWarp, and more)
753+
to run a game jam across multiple communities!
754754
<br />
755-
Thanks for submitting your projects this year!
756-
<br />
757-
We're going to start ranking your projects now. Please
758-
wait until we are done with ranking!
755+
Please see the event page for details on how to participate!
756+
</p>
757+
<p style="margin-block-start:4px;">
758+
<a href="https://penguinmod.com/events/allthemods2026">All The Mods 2026</a>
759759
</p>
760760
<img
761-
src="/events/news/penguinjamspring2026.webp"
762-
alt="Spring PenguinJam 2026"
761+
src="/events/news/allthemods2026.webp?r=1"
762+
alt="All The Mods 2026"
763763
style="width:100%;"
764764
/>
765765
</div>

0 commit comments

Comments
 (0)