Mario Editor: smaller block size

This commit is contained in:
2021-06-01 10:18:33 +02:00
parent 243c1d9d04
commit 0475f4967b
3 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
class EditBox : public SDLPP::RectangleRender {
public:
EditBox(int x, int y, int map_width, int map_height, std::shared_ptr<SDLPP::Renderer> renderer);
EditBox(int x, int y, float start_x, float start_y, int map_width, int map_height, std::shared_ptr<SDLPP::Renderer> renderer);
virtual SDLPP::Vec2D<int> getIndexes() const;
virtual void visit( SDLPP::Visitor &visitor ) override;
private: