Rename Block to Metatile
This commit is contained in:
parent
6546bcbbd4
commit
6b5ad53733
2 changed files with 3 additions and 3 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue