Imported Images Stockpiling?

Yo! So I'm hosting my game on Neocities, and something rather peculiar happened. As I was fixing the background to fit most (if not all) resolutions, and the more I updated the game on the site with the HTML code, the more space I began to take up...

I went from half of a MB to 1.3 MB in a matter of minutes. I was wondering, in the code do the images you delete from the Twine software layout stockpile in the background? I do not want that happening because every precious byte is needed.

Comments

  • No, they do not. When you make a new build, only the image assets present in the tws are included in the HTML.
Sign In or Register to comment.