Implemented Combos which multiply score. Adjusted pad a bit.
This commit is contained in:
@@ -17,6 +17,7 @@ struct Ball : Component
|
||||
{
|
||||
int Number = 0;
|
||||
float Speed = 5.f;
|
||||
int Combo = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user