Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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 :(
document.getElementById() and then change the style of it.
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.