Cookie Clicker

Cookie Clicker

Cookie Clicker Workshop
Tune your cookie-clicking experience just right with quality-of-life tools, extra player-made content or just dirty dirty hacks.
Learn More
bongwater 1 19 Jan, 2022 @ 5:25pm
Image File Golden Cookie reskin
im trying to reskin the golden and wrath cookies but its not working pls help.
< >
Showing 1-6 of 6 comments
bongwater 1 19 Jan, 2022 @ 5:28pm 
This is what i put in main.js

Game.registerMod("Bean",{
init:function(){
Game.Notify(`THE JENNYY!!!!!`,'"balls" - Jenny',[16,5]);
Game.Loader.Replace('perfectCookie.png',this.dir + '/Jennybean.png');
Game.Loader.Replace('brokenCookieHalo.png',this.dir + '/nohalo.png');
Game.Loader.Replace('cookieShadow.png',this.dir + '/noshadow.png');
Game.Loader.Replace('goldCookie.png',this.dir + '/goldCookieT.png.');
Game.Loader.Replace('wrathCookie.png',this.dir + '/wrathCookieT.png');

},
});

The perfect cookie works but not the gold or wrath cookie :(
Cosmipache 21 Jan, 2022 @ 6:52pm 
:D
Josef banan 24 Jan, 2022 @ 12:07am 
l
PaintDrinker23 1 19 Jul, 2022 @ 2:21pm 
same
Guerzoni 2 24 Jul, 2022 @ 7:20pm 
Instead of using 'Game.Loader.Replace()', you should try DOM.

document.getElementById() and then change the style of it.
Guerzoni 2 24 Jul, 2022 @ 7:26pm 
Even though I didn't change the Golden Cookie in my mod, you can see that I used DOM to change the building icons.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2757755344

Here's my mod, try to understand what I used and then apply the same code but with some changes for what you want.

:quirrel:
< >
Showing 1-6 of 6 comments
Per page: 1530 50