mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 12:26:05 -05:00
Respect x/y flip for selections with different flip states
This commit is contained in:
@@ -39,7 +39,7 @@ private:
|
||||
bool externalSelection;
|
||||
int externalSelectionWidth;
|
||||
int externalSelectionHeight;
|
||||
QList<uint16_t> externalSelectedTiles;
|
||||
QList<Tile> externalSelectedTiles;
|
||||
|
||||
Tileset *primaryTileset;
|
||||
Tileset *secondaryTileset;
|
||||
@@ -52,7 +52,7 @@ private:
|
||||
uint16_t getTileId(int x, int y);
|
||||
QPoint getTileCoords(uint16_t);
|
||||
QList<QRgb> getCurPaletteTable();
|
||||
QList<Tile> buildSelectedTiles(int, int, QList<uint16_t>);
|
||||
QList<Tile> buildSelectedTiles(int, int, QList<Tile>);
|
||||
|
||||
signals:
|
||||
void hoveredTileChanged(uint16_t);
|
||||
|
||||
Reference in New Issue
Block a user