Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Really cool concept, and it looks great!

The aiming didn't work properly for me, as if the input was relative to a position on the bottom right, which made the game quite difficult.

Thanks for playing!

Yeah, a friend of mine also mentioned this issue, though I'm unable to replicate it on my end on both the browser and in engine. Not sure what could be causing it 😔😔

(+1)

Did you test it with different screen resolutions or window sizes? My guess would be that it doesn't properly account for that.

YUP it's exactly this. Still not fully familiar with godot so I wasn't using the right function to get the size of the viewport hahaha 

it is what it is I suppose !

(+1)

I get that, I struggled with the same thing ^^

Quick update! I have now found out why this occurs.

It seems to occur when the game's viewport is not at the correct resolution (most likely occuring if the webpage is zoomed in / out) - so the player will unfortunately have to manually adjust the zoom on their end. 😔😔


// as a side note, I now have a fix for it in engine, I just needed to call a different function to get the adjusted size of the viewport, but alas submissions are over