Skip to content

Instantly share code, notes, and snippets.

@ArcCosine
Last active August 29, 2015 14:01
Show Gist options
  • Save ArcCosine/3382b9c8956d6bc23bc3 to your computer and use it in GitHub Desktop.
Save ArcCosine/3382b9c8956d6bc23bc3 to your computer and use it in GitHub Desktop.
(function(){
var as = Game.Loader.assets,k,v,m;
for(k in as){
v=as[k];
if(m=/(pe.*t|S.*\d)/.exec(v.alt)){
v.src='http://domyojikarin.com/dmjcookie/img/'+(m[1][0]=='p'?m[1]+'Dmj':'dmj'+m[1])+'.png';
}
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment