mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 04:46:49 -05:00
do not allow selection of invalid metatiles
- also display invalid metatiles as magenta to stand out more
This commit is contained in:
@@ -48,6 +48,7 @@ private:
|
||||
void updateSelectedMetatiles();
|
||||
uint16_t getMetatileId(int x, int y);
|
||||
QPoint getMetatileIdCoords(uint16_t);
|
||||
bool shouldAcceptEvent(QGraphicsSceneMouseEvent*);
|
||||
|
||||
signals:
|
||||
void hoveredMetatileSelectionChanged(uint16_t);
|
||||
|
||||
Reference in New Issue
Block a user