aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian <j@teule.nl>2018-11-07 13:48:22 +0100
committerJulian <j@teule.nl>2018-11-07 13:48:22 +0100
commitf4a1ccf9b65a2de227d5d0059799800dd0e507ce (patch)
treee2152fafe1af984cedf94ebc7581377f4b7fb12e
parent449085f880bbe83613cd1d27cd414e24963cb985 (diff)
Still broken rotation but less
-rw-r--r--sprites.h28
1 files 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