Fixed all bugs I know of. MultiBall appear upon ice falling in water.

This commit is contained in:
PlatinumSkink
2015-10-06 19:41:24 +02:00
parent a3b21581e2
commit 902098a72d
5 changed files with 31 additions and 31 deletions
+1
View File
@@ -16,6 +16,7 @@ namespace Components
struct Brick : Component
{
int Score = 50;
int Type = 0;
bool Removed = false;
};