Publishing to the web

You're viewing a single comment in a conversation. View all the comments
  • 5 Comments

  • Order by
  • I have made a big html game and in it I am storing many text files (.txt) in project folder. But I am noticing that it is not downloading project files in the beginning (loader layout) . It only "downloads" a particular project file (example a text file for generating levels) when it is needed.

    But this is an issue for me. I want to load my whole game in the beginning itself so that my game becomes internet independent later on. Any idea how to do it ?