Power up sprites now show when you hit powerup bricks
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Components
|
||||
struct Brick : Component
|
||||
{
|
||||
int Score = 50;
|
||||
//0 = empty, 1 = normal, 2 = multi-brick, 3 = lifebuoy, 4 = sticky, 5 = blaster, 6 = kraken
|
||||
int Type = 0;
|
||||
bool Removed = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user