Merge pull request #582 from GriffinRichards/tileset-zoom

Add zoom sliders to the Tileset Editor
This commit is contained in:
GriffinR
2024-01-11 23:11:00 -05:00
committed by GitHub
5 changed files with 642 additions and 509 deletions

View File

@@ -115,6 +115,8 @@ private slots:
void on_actionCut_triggered();
void on_actionCopy_triggered();
void on_actionPaste_triggered();
void on_horizontalSlider_MetatilesZoom_valueChanged(int value);
void on_horizontalSlider_TilesZoom_valueChanged(int value);
private:
void initUi();