Godot Version
4.4.1
Question
Is it possible to export a Godot game for web, but without the .wasm and .pck files? I also notice it exports a couple of .import files, but it doesn’t seem to actually need those to run the game.
Background is that ideally I’d like to be able to host my game on Neocities if possible, and without paying I can only upload .html, .js, .css and image files.
I assume the .wasm and .pck files are Godots way of exporting my assets, but I’d prefer having those as separate spritesheets/images instead of the .wasm and .pck files if that is possible.