[RMMZ] [SOLVED] [How to] Change the default loading image
I have seen a few threads on how to replace/edit the default loader in RMV and else but no luck with RMZ.I have found that this time it's CSS instead of a GIF or APNG, so basically what is the right way to replace that with an apng? or is that not ideal and I should code a custom CSS loader?
Spoiler: Default loader
SOLUTION: by @caethyril
Spoiler: solutionPut the animate image in your game folder (in this case we put it in img/system)
Locate and open game.css file in your "css" folder
Search and locate the following lines of code and do the following edits:
CSS:
#loadingSpinnerImage { margin: 0px; padding: 0px;/* Change the dimensions based your own image /* width: 320px; height: 228px;/* Change the path below, wherever you put your own image /* background-image: url('../img/system/loading.gif'); }
Feel free to mess around with the CSS more to get your own desired effect
本贴来自国际rpgmaker官方论坛作者:KenSoulslayer处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/rmmz-solved-how-to-change-the-default-loading-image.130610/
页:
[1]