Comments

Log in with itch.io to leave a comment.

- great options menu ;)

- I don't feel like the graphics are bad, looks pretty good for "art was completely ignored"

- interesting mechanic, just a little wonky: the other half of the player just disappeared and blinked in again on this platform, already blinking as if it hit something... I hope this gif shows what I mean


- great design decision on the checkpoint reset instead of restarting the whole level when you fail near the end

Congratulations on publishing your first game in Godot!

(+1)

Thanks for your feedback! 

The shadow (other half) disappearing is normal as the shadow isn't cast on glass (blue transparent tiles), only on black tiles. So it might jump around. But the sudden blinking isn't normal.

How smooth was your experience in terms of framerate? I had the same bug a lot when I didn't have hardware acceleration in my browser and the game was running at 10 fps. After turning on hardware acceleration, the game ran smoothly and the issue was fixed for me so I didn't investigate it further. 

I hope you didn't get that bug too often. Otherwise I'm sorry for the frustrating experience and I will look into what's causing this.

(+1)

No worries, the framerate is fine if I don't record a video. I'm running an old laptop with integrated graphics though, so if performance plays a part in this weird behavior, it's probably not a common issue and not worth your time. Thanks for your response!

(1 edit)

You'll need the SharedArrayBuffer option turned on in the itch.io settings in order to for it to run in the browser. It will only run in chromium browsers, not firefox.

EDIT: It looks like running the game from the randomizer page makes it not work for some reason. I was able to play it after opening the game's itch.io page directly

Hey, I tried to play your game but got an error. It says, "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)".

I'm using Chrome if that helps, thought to give you a heads up!

Thanks for the info! 
I have the SharedArryBuffer already enabled, so it shouldn't have that error. But another user said that running the game from the randomizer page doesn't work, while going into the game's page directly does. If you happen to use the randomizer, try opening the page itself.

I tested the game on Brave (chromium based) and Firefox and was able to play it without problem. Let me know if you still have issues