Add option to turn off checkerboard fill for new tilesets

This commit is contained in:
GriffinR
2022-11-28 14:04:47 -05:00
parent 3a4ce68232
commit 9d82a7af68
8 changed files with 55 additions and 12 deletions

View File

@@ -19,10 +19,12 @@ public:
QString fullSymbolName;
QString friendlyName;
bool isSecondary;
bool checkerboardFill;
private slots:
void NameOrSecondaryChanged();
void SecondaryChanged();
void FillChanged();
private:
Ui::NewTilesetDialog *ui;