spicewooddev / Mole-Game

for brackeys game jam 2024
0 stars 1 forks source link

Use 16x16 sized tiles. #4

Closed belovachap closed 2 months ago

belovachap commented 2 months ago

It's still just colored squares, but now I think they might be 16x16 pixels! (The blank_square texture is 32x32 pixels, then scaled by 1/2 and 1/2, so 16x16 pixels and the position is halved as well to make the grid tight again without spacing) :)

image