+1 vote
by (1.4k points)
edited by

Hello everyone!

I use SugarCube 2.28.2

Not sure if I have anything else to add to the title. I really would not mind whatever is possible. Or is there a way to shorten the loading screen, and have most of the loading happen in a passage I can style however I like? Anyways something to make my various games a little unique would be nice.

Thank you!

[Update: I found a way google searching: editing the published html file. I searched "style-init-screen" and replaced:

border:24px solid transparent;border-radius:50%;border-top-color:#7f7f7f;border-bottom-color:#7f7f7f;width:100px;height:100px;

with:

background:url("img.url");width:174px;height:150px;

and now I have my own little icon twirling around! Quite nice.]

1 Answer

0 votes
by (8.9k points)
Thanks for updating with the answer :-)
by (1.4k points)
You're welcome! It was on a forum where I think Greyelf or MadExile said it was under "style-init-screen". Otherwise it would have been impossible to find in the html soup no doubt!
...