mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
Rename Block to Metatile
This commit is contained in:
2
map.cpp
2
map.cpp
@@ -620,7 +620,7 @@ void Map::clearHoveredTile() {
|
||||
|
||||
void Map::hoveredMetatileChanged(int blockIndex) {
|
||||
int tile = getSelectedBlockIndex(blockIndex);
|
||||
emit statusBarMessage(QString("Block: 0x%1")
|
||||
emit statusBarMessage(QString("Metatile: 0x%1")
|
||||
.arg(QString("%1").arg(tile, 3, 16, QChar('0')).toUpper()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user