mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 04:46:49 -05:00
Rename Block to Metatile
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tab_blocks">
|
||||
<property name="sizePolicy">
|
||||
@@ -476,7 +476,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Blocks</string>
|
||||
<string>Metatiles</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<property name="leftMargin">
|
||||
|
||||
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