Merge pull request #607 from GriffinRichards/triple-layer

Interpret triple-layer metatiles from NUM_TILES_PER_METATILE
This commit is contained in:
GriffinR
2024-09-02 23:15:58 -04:00
committed by GitHub
7 changed files with 54 additions and 43 deletions

View File

@@ -61,7 +61,7 @@ private:
void chooseImageFile(QLineEdit * filepathEdit);
void chooseFile(QLineEdit * filepathEdit, const QString &description, const QString &extensions);
QString stripProjectDir(QString s);
void disableParsedSetting(QWidget * widget, const QString &name, const QString &filepath);
bool disableParsedSetting(QWidget * widget, const QString &identifier, const QString &filepath);
void updateMaskOverlapWarning(QLabel * warning, QList<UIntSpinBox*> masks);
QStringList getWarpBehaviorsList();
void setWarpBehaviorsList(QStringList list);