From f4a1ccf9b65a2de227d5d0059799800dd0e507ce Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 7 Nov 2018 13:48:22 +0100 Subject: Still broken rotation but less --- sprites.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/sprites.h b/sprites.h index f53219d..478a92d 100644 --- a/sprites.h +++ b/sprites.h @@ -91,62 +91,62 @@ const Sprite oBlock = { const Sprite tBlock = { { 0b00000000, - 0b00100000, - 0b01110000, 0b00000000, 0b00000000, + 0b00001000, + 0b00011100, 0b00000000, 0b00000000, 0b00000000 - }, 3, 2, 1, 1 + }, 3, 2, 3, 3 }; const Sprite sBlock = { { 0b00000000, 0b00000000, - 0b00011000, - 0b00110000, 0b00000000, + 0b00001100, + 0b00011000, 0b00000000, 0b00000000, 0b00000000 - }, 3, 2, 2, 2 + }, 3, 2, 3, 3 }; const Sprite zBlock = { { 0b00000000, - 0b01100000, - 0b00110000, 0b00000000, 0b00000000, + 0b00011000, + 0b00001100, 0b00000000, 0b00000000, 0b00000000 - }, 3, 2, 1, 1 + }, 3, 2, 3, 3 }; const Sprite jBlock = { { 0b00000000, 0b00000000, - 0b001000000, - 0b001110000, 0b00000000, + 0b00010000, + 0b00011100, 0b00000000, 0b00000000, 0b00000000 - }, 3, 2, 2, 2 + }, 3, 2, 3, 3 }; const Sprite lBlock = { { 0b00000000, 0b00000000, - 0b00001000, - 0b00111000, 0b00000000, + 0b00000100, + 0b00011100, 0b00000000, 0b00000000, 0b00000000 -- cgit v1.2.3