dorkster / freeblocks

FreeBlocks is a puzzle game with similar gameplay to Tetris Attack.
GNU General Public License v3.0
30 stars 2 forks source link

Use 48x48 block size #33

Closed cxong closed 9 years ago

cxong commented 9 years ago

To improve visibility, the block size for half gfx is enlarged to 24x24. To keep things consistent, the normal size is also changed to 48x48.

This causes two issues for the normal game mode:

image

How do you want to solve these two issues? The first one can be helped by adding a border to the background like the jewels background; the second one by adding an extra row and adding a draw Y offset to the entire grid so there is never any gap at the bottom.

dorkster commented 9 years ago

This (and the needed fixes you mentioned) are exactly what I had in mind. I'll work on fixing the background and the gap today and get this merged in.