those pixel variants that are for a limited time but they're mods i gues

yeah
This commit is contained in:
Suss 2025-05-17 17:04:45 +10:00 committed by GitHub
parent d8be08a220
commit bd92258955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 24 additions and 0 deletions

15
mods/CandyCanes.js Normal file
View File

@ -0,0 +1,15 @@
elements.candy.colorPattern = [
"WWRRRWWRRR",
"WWRRWWWRRW",
"WRRRWWRRRW",
"WRRWWWRRWW",
"RRRWWRRRWW",
"RRWWWRRWWW",
"RRWWRRRWWR",
"RWWWRRWWWR",
"RWWRRRWWRR",
"WWWRRWWWRR",
]
elements.candy.colorKey = {"R":"#c92626", "W":"#e3e3e3"}
elements.candy.color = ["#c92626","#e3e3e3","#c92626","#e3e3e3","#c92626"]
elements.candy.breakIntoColor = ["#c92626","#e3e3e3"]

8
mods/CandyCorn.js Normal file
View File

@ -0,0 +1,8 @@
elements.candy.colorPattern = [
"W","W","W","W","W",
"O","O","O","O","O",
"Y","Y","Y","Y","Y",
]
elements.candy.colorKey = {"W":"#ffffff", "Y":"#ffcd55", "O":"#ff9933"}
elements.candy.color = ["#ffffff","#ffffff","#ff9933","#ff9933","#ffcd55","#ffcd55"]
elements.candy.breakIntoColor = ["#ffffff","#ffcd55","#ff9933"]

1
mods/EasterEggs.js Normal file
View File

@ -0,0 +1 @@
elements.egg.color = elements.bead.color