I just made the Core Version of my GoGodotJam game.
HTML Web is the Platform I specifically made this game for.
The problem right now is that when I upload the HTML Web version of my game, it won't show up to be played because of this error message:
I guess this has something to do with Godot's formatting of its HTML exports. This is my HTML export's file structure:
- favicon.png
- <game-name>.audio.worklet.js
- <game-name>.html
- <game-name>.js
- <game-name>.pck
- <game-name>.png (The Godot Logo)
- <game-name>.wasm
No index.html in sight.
How do I create the right index.html file so that the game would run on itch.io?