Gamedev-Eira / Nottris

NOT teTRIS
1 stars 0 forks source link

Tetrominos Starting Position Incorrect #18

Open Gamedev-Eira opened 1 year ago

Gamedev-Eira commented 1 year ago

For some reason, even though the Tetrominos get the position of the top of the board, they start lower than they should be.

I have a hunch I know what's causing this, so will try fix it now.

Gamedev-Eira commented 1 year ago

image

Tetrominos are now technically spawning in the right place - they look wrong, but that's because they are spawning in the wrong orientation (see #14 for more info) - once they spawn in the right orientation, their beginning position will be correct.

I will be changing this from Bug to Awkward, and will remain as such until I find a fix for #14.