Mario editor: more terrain, can place Mario
This commit is contained in:
+2
-2
@@ -9,10 +9,10 @@ public:
|
||||
MarioBlock(int x, int y, std::shared_ptr<SDLPP::Renderer> renderer, std::shared_ptr<SDLPP::Texture> texture, SDL_Rect src);
|
||||
void visit( SDLPP::Visitor &visitor ) override;
|
||||
void setTool(bool tool = true);
|
||||
void setCharacter(bool character = true);
|
||||
void setTerrain(bool terrain = true);
|
||||
private:
|
||||
bool _tool = false;
|
||||
bool _character = false;
|
||||
bool _terrain = true;
|
||||
};
|
||||
|
||||
extern const std::vector<uint64_t> possibleBlocks;
|
||||
|
||||
Reference in New Issue
Block a user