Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello Madodev, I get the following message:


Error

The following features required to run Godot projects on the Web are missing:

Cross Origin Isolation - Check web server configuration (send correct headers)

SharedArrayBuffer - Check web server configuration (send correct headers)

But then I scrolled it down and did the download (windows), it seemed to work good. Nice splash screen, nice main menu. However, the windows system tray stayed ontop so your four icons (cog, cog wand, discord, line and circle) are cutoff halfway down by the system tray.


game plays and runs fine on my (slow) system, great job! I think it might be possible in godot to have a script process the audio of an audioplayer and emit events based on some kind of sound filter, the events could be caught to play a mouth yap animation, for auto lip sync I imagine. If you can do that I think it'd be really cool to see it look like the chara was talking better.

The error happens if your browser doesn't have support for Cross Origin Isolation and SharedArrayBuffers, both of which are necessary for Godot's HTML exports to work. It should work on most modern browsers though.

Also, thanks for playing!