Fixed Sticky after Ink bug, fixed directions on Squid after sticky, laser direction is in background. Brick Components implemented, though they do nothing.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Adniklastrator on 2015-10-12.
|
||||
//
|
||||
|
||||
#ifndef DAYDREAM_CBRICKCOMPONENTS_H
|
||||
#define DAYDREAM_CBRICKCOMPONENTS_H
|
||||
|
||||
#include "Game/CStandardBrick.h"
|
||||
#include "Game/CMultiBallBrick.h"
|
||||
#include "Game/CLifebuoyBrick.h"
|
||||
#include "Game/CStickyBrick.h"
|
||||
#include "Game/CInkBlasterBrick.h"
|
||||
#include "Game/CKrakenAttackBrick.h"
|
||||
|
||||
#endif //DAYDREAM_CBRICKCOMPONENTS_H
|
||||
Reference in New Issue
Block a user