Merge pull request #1111 from therealsuss/main
This commit is contained in:
commit
453eedef8e
|
|
@ -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"]
|
||||
|
|
@ -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"]
|
||||
|
|
@ -0,0 +1 @@
|
|||
elements.egg.color = elements.bead.color
|
||||
Loading…
Reference in New Issue