Mario Editor: Tool selection alpha
This commit is contained in:
@@ -20,6 +20,12 @@ public:
|
||||
SDLPP::Vec2D<int> getEditBoxIndexes() {
|
||||
return edit_box_location;
|
||||
}
|
||||
bool foundToolBox() {
|
||||
return tool_box;
|
||||
}
|
||||
SDLPP::Vec2D<int> getToolBoxIndexes() {
|
||||
return tool_box_location;
|
||||
}
|
||||
virtual void setVisitorType( uint64_t type ) override {
|
||||
_type = type;
|
||||
}
|
||||
@@ -33,7 +39,9 @@ public:
|
||||
private:
|
||||
uint64_t select_flags = 0;
|
||||
bool edit_box = false;
|
||||
bool tool_box = false;
|
||||
SDLPP::Vec2D<int> edit_box_location = {-1, -1};
|
||||
SDLPP::Vec2D<int> tool_box_location = {-1, -1};
|
||||
uint64_t _type;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user