mirror of
https://github.com/thepigeongenerator/breakout_clone.git
synced 2025-12-18 14:55:46 +01:00
fix incorrect flag
This commit is contained in:
@@ -24,11 +24,11 @@ void level_init(Level* level) {
|
|||||||
// initialize bricks
|
// initialize bricks
|
||||||
// define the colours of the brick rows
|
// define the colours of the brick rows
|
||||||
const Colour colours[BRICK_COLUMNS] = {
|
const Colour colours[BRICK_COLUMNS] = {
|
||||||
{0x3DA542FF},
|
{0x5BCEFAFF},
|
||||||
{0xA6D378FF},
|
{0xF5A9B8FF},
|
||||||
{0xFFFFFFFF},
|
{0xFFFFFFFF},
|
||||||
{0xA8A8A8FF},
|
{0xF5A9B8FF},
|
||||||
{0x202020FF}
|
{0x5BCEFAFF}
|
||||||
};
|
};
|
||||||
|
|
||||||
int brick_width = BRICK_WIDTH + BRICK_PADDING;
|
int brick_width = BRICK_WIDTH + BRICK_PADDING;
|
||||||
|
|||||||
Reference in New Issue
Block a user