Sorry, it is a known issue
Quentin Delvallet
Creator of
Recent community posts
Do I have the video for you:
tl;dr: you have to have the Godot source code to compile export template for yourself (it also allows you to encrypt your game, kinda useful) and you strip-off Godot's component your game doesn't use (spoiler: a lot)
All the tools are a bit annoying to install but the few hours to understand and do so are worth it
For the web you can also use brotli compression on top of that.
Hey! You have to ask the custom css access, here's the guide: https://itch.io/docs/creators/css-guide
I'm happy to hear all of that, thank you!
Honestly the simple animations are really easy to get with only little 3D knowledge, just have a mesh with bones, move the bones in the editor to create the pose and then swap poses with code. A little scale lerping to add a little bit of life and that's it, I believe you can do it too Piggy 💪