mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 04:15:45 -05:00
Merge pull request #108 from Phlosioneer/metatile-labels
Add a way to name metatiles, for use in c code
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "tile.h"
|
||||
#include <QImage>
|
||||
#include <QString>
|
||||
|
||||
class Metatile
|
||||
{
|
||||
@@ -12,6 +13,7 @@ public:
|
||||
QList<Tile> *tiles = nullptr;
|
||||
uint8_t behavior;
|
||||
uint8_t layerType;
|
||||
QString label;
|
||||
|
||||
Metatile *copy();
|
||||
void copyInPlace(Metatile*);
|
||||
|
||||
Reference in New Issue
Block a user