mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-28 03:25:30 -05:00
Pivot map header experience based on base_game_version
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
||||
QString type;
|
||||
QString unknown;
|
||||
QString show_location;
|
||||
QString allowRunning;
|
||||
QString allowBiking;
|
||||
QString allowEscapeRope;
|
||||
QString battle_scene;
|
||||
MapLayout *layout;
|
||||
bool isPersistedToFile = true;
|
||||
|
||||
@@ -57,6 +57,9 @@ private slots:
|
||||
void on_comboBox_Type_activated(const QString &arg1);
|
||||
void on_comboBox_BattleScene_activated(const QString &arg1);
|
||||
void on_checkBox_ShowLocation_clicked(bool checked);
|
||||
void on_checkBox_AllowRunning_clicked(bool checked);
|
||||
void on_checkBox_AllowBiking_clicked(bool checked);
|
||||
void on_checkBox_AllowEscapeRope_clicked(bool checked);
|
||||
|
||||
void on_tabWidget_currentChanged(int index);
|
||||
|
||||
@@ -192,6 +195,7 @@ private:
|
||||
void initEditor();
|
||||
void initMiscHeapObjects();
|
||||
void initMapSortOrder();
|
||||
void setProjectSpecificUIVisibility();
|
||||
void loadUserSettings();
|
||||
bool openRecentProject();
|
||||
void updateTilesetEditor();
|
||||
|
||||
Reference in New Issue
Block a user