Barriers are created in client-side BarrierManager
Still need to hookup a barrier query, and get them drawn to the screen.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
|
||||
class BaseBarrier: public Entity {
|
||||
public:
|
||||
BaseBarrier() = delete;
|
||||
BaseBarrier(Image baseImage, std::map<std::string, Image>& templateImages);
|
||||
BaseBarrier() = default;
|
||||
BaseBarrier(Image& baseImage, std::map<std::string, Image>& templateImages);
|
||||
virtual ~BaseBarrier();
|
||||
|
||||
void CorrectSprite();
|
||||
|
||||
Reference in New Issue
Block a user