Mario Editor: add tool highlighting + WSAD controls

This commit is contained in:
2021-05-29 19:17:45 +02:00
parent 3cb36fe180
commit 58974f8a7e
3 changed files with 159 additions and 38 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
class ToolBox : public SDLPP::RectangleRender {
public:
ToolBox(int x, int y, double start_x, double start_y, std::shared_ptr<SDLPP::Renderer> renderer);
ToolBox(int x, int y, double start_x, double start_y, std::shared_ptr<SDLPP::Renderer> renderer, bool coliders = true);
virtual SDLPP::Vec2D<int> getIndexes() const;
virtual void visit( SDLPP::Visitor &visitor ) override;
uint64_t getType() const {