Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

a linux-exclusive, nice! might be hard to get ratings like that tho

i’d have liked to see some kind of score counter or something, to give me reason to go back and try again if a fly gets away

also, not sure if it happens on your system, but for me the background image literally moves around within a window that’s as wide as my screen, so it can be a bit jarring when it’s completed its horizontal scroll and warps back to its leftmost position

(+1)

thanks for the feedback !
i submitted a windows build, it required a little bit of work to port as i'm developping on linux

regarding the background image, it's a dirty trick i'm doing because the window is not supposed to be resizeable... i will look into that but it might me a distro related thing

window-manager related probably, since i’m using i3. tiling window managers don’t let applications dictate their shape and size. any way you could just clip the draw to the expected content area?

i see, i can do clipping in OpenGL and it shouldn't be a lot of work.

thanks for the details, i'll keep that in mind for the next entry !