add options to count metatiles to tileset editor

- count the total number of usages across all maps of specific metatiles
- display the count and/or display unused metatiles
- this does not account for metatiles used in code (most of these are labeled)
This commit is contained in:
garak
2021-07-19 22:02:31 -04:00
parent 353a0b017f
commit 601e671fc8
10 changed files with 288 additions and 67 deletions

View File

@@ -35,6 +35,11 @@ public:
Blockdata blocks;
QSize dimensions;
} lastCommitMapBlocks; // to track map changes
int getWidth();
int getHeight();
int getBorderWidth();
int getBorderHeight();
};
#endif // MAPLAYOUT_H