Gamedev-Eira / Nottris

NOT teTRIS
1 stars 0 forks source link

Tetrominos start on the wrong rotation #14

Open Gamedev-Eira opened 1 year ago

Gamedev-Eira commented 1 year ago

For some reason, Tetrominos have a reusable base class, and are rotating in the correct order and orientation, but they aren't starting on the first position.

This isn't a major issue and the code is reusable, so this is currently a low priority task.

Gamedev-Eira commented 1 year ago

Causing an additional "Awkward" issue (see #18). Once this is fixed, that will be as well.

Gamedev-Eira commented 1 year ago

Changed this to a wontfix due to time constraints. The game runs fine with this error.