Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Woah, that’s strange. Are you running it under Wine?

It looks like the color components are messed up on the title texture, maybe due to how I’m drawing it (in color tinted strips for the fake 3D). The other colors all look correct at a glance.

I'm running it in Proton through Steam, which I think is Wine-adjacent

I haven’t had a chance to look at this yet but my hypothesis is that I’m not actually clamping the component value to 255 there, and it is is probably wrapping when it narrows - not sure why it only appears on Proton though.

(+1)

I’ve uploaded a new build which hopefully fixes the behavior on Proton but I wasn’t able to repro the initial bug to make sure.

(+1)

Yup, that totally fixed it!