Rule

332 points · 17 comments · view on lemmy.world

17 Comments

OrnateLuna@lemmy.blahaj.zone · 35 pts · 2y (3 replies)

Question is by whom is she being railed

Seasoned_Greetings@lemm.ee · 44 pts · 2y

Well we know mayor Lewis is a slut

Annoyed_Crabby@monyet.cc · 25 pts · 2y

Mayor.

SomeGuy69@lemmy.world · 5 pts · 2y

The major mayor

jbk@discuss.tchncs.de · 24 pts · 2y (1 reply)

chat is this real

jawa21@lemmy.sdf.org · 13 pts · 2y
[ removed ]
Novice_Idiot@lemmy.wtf · 23 pts · 2y

Classic Pam

WeLoveCastingSpellz@lemmy.dbzer0.com · 17 pts · 2y (3 replies)

which game

ComfortableRaspberry@feddit.de · 30 pts · 2y

Stardew Valley

i_am_a_cardboard_box@lemmy.world · 6 pts · 2y

Stardew Valley

SpunkyMcGoo@lemmy.world · 2 pts · 2y

Vardew Stalley

Smorty@lemmy.blahaj.zone · 10 pts · 2y

Boogie woogie worms be dancing!

lessthanluigi@lemmy.world · 5 pts · 2y

Based!

ZILtoid1991@lemmy.world · 3 pts · 2y (3 replies)

The text being at a different resolution hurts my eyes.

There's a reason why my game engine uses bitmap fonts instead of TTF.

TheCheddarCheese@lemmy.world · 1 pts · 2y (2 replies)

iirc sv wasn't made in a game engine

YourMomsTrashman@lemmy.world · 5 pts · 2y (1 reply)

Making a game using a framework is usually considered 'writing your own engine', the game needs to run on something even if it is barebones.

Also, Stardew uses bitmap fonts I'm pretty sure, the game just scales it differently - it isn't rasterized.

ZILtoid1991@lemmy.world · 5 pts · 2y

There are two kinds of bitmap fonts. The first one is true bitmap fonts, some of them even use ancient formats for such. The second one are "bitmap style" fonts, made in TTF, with pixels already being baked in. It does have some advantage in the accessibility department, since you can just swap it out with any other fonts, otherwise it's often a nightmare to match the pixel size, many just go close enough then call it quits.

Tourma@lemmy.world · 1 pts · 2y

Goals