Heard a Canadian call the CSS property "zed index" and, man, that just sounds so much cooler than "zee index." Can *I* call it zed index too? Is that, like, stolen valor?
Qristy!
PIGSquad, Roguelike Celebration
Games | Linguistics | Cascadia | No Bummers
Go by Transit
Posts
A recent update to VS Code changed some of the colors in my custom theme back to what I presume is the default. These settings have worked flawlessly for (checks commit history) SEVEN YEARS, and suddenly everything looks stupid. It's like someone broke into my living room and replaced all my chairs with this
I'm writing my jam game as a web game, using HTML/CSS/JS (React). I can't get over how effective this super lazy "CRT effect" is.
background: var(--black);
text-shadow:
-2px 0px 2px var(--pink),
2px 0px 2px var(--darker-cyan);
color: var(--cyan);
That's it!
Everyone seems to agree that it should be pretty easy to get a #godot 4 game running on a #raspberrypi 4. I also agree. It seems easy!
And yet.
If you've done this recently please tell me how you accomplished it, I'm starting to question my life choices