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;
|
||||
};
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "Physics/ECreateParticleSequence.h"
|
||||
#include "Physics/CCircleShape.h"
|
||||
#include "Physics/CParticleEmitter.h"
|
||||
#include "Game/Bricks/CPowerUpBrick.h"
|
||||
|
||||
#include "Transform/TransformSystem.h"
|
||||
#include "Transform/TransformSystem.h"
|
||||
|
||||
Reference in New Issue
Block a user