Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Nice one! Used it as a little typing practice :)
I have to say it would be nice if somehow the spaces would be also highlighted after getting typed, I was getting confused at times and did not know if I already put space or not.
(418s - I really sat to read and try to understand all the PR's lol)

(+1)

Thanks for playing!

I really sat to read and try to understand all the PR’s lol

You are the real maintainer among us :<

I have to say it would be nice if somehow the spaces would be also highlighted after getting typed

Yes, even I get trapped by that (play testing this one was a pain). But didn’t know how to highlight.

How this is working is kinda hacky. I’m rendering 2 text on top of each other, one with low alpha, and the opaque one is the one you type. It’s not like I’m highlighting certain characters of the text (I wasn’t able to find out how to do that).