Added ScoreEvent, added score to bricks. Stage resets after all bricks are destroyed.
This commit is contained in:
@@ -17,6 +17,7 @@ struct Brick : Component
|
||||
{
|
||||
int Points = 10;
|
||||
int Hits = 1;
|
||||
int Score = 50;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user