aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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