Lifka / tetris-allegro

Game in C++ made with Allegro library. Just another one Tetris.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pieces are drawed upper than they really are

Maximetinu opened this issue · comments

Because of it the piece is teleported when being stored in the board

Initial position fixed.
Function that assign positions for each rotation matrix.
Solved.