Game wouldn't start, same issue as lilfoxbot reported - pressing start just has a background image appear, then nothing happens :( shame the game doesn't have options or a config file, maybe it's a problem with resolution, framerate, or vsync or something
I've recorded a short video showing the bug: https://cdn.discordapp.com/attachments/659004586522181632/1187685840248377424/20...
Viewing post in ENGAGE: M0-D3 jam comments
Thanks for the video! I suspect the same thing but it could also be optimization issues. Cause as it is so far, all the enemies are active in the scene at all times and I suspect this maybe one of the problem. Another I would have to fix would be implementing object pooling for enemy projectile instead of constantly instantiating them. But yeah, I'm sorry it doesn't start for you, I'm still trying to figure out why it does that.