Update all tiles to use their given icon names and register with new name patterns with misc changes
This commit is contained in:
parent
6635d352dc
commit
4eaea8dc3f
51 changed files with 278 additions and 275 deletions
|
|
@ -16,7 +16,7 @@ void DropperTile::registerIcons(IconRegister *iconRegister)
|
|||
{
|
||||
icon = iconRegister->registerIcon(L"furnace_side");
|
||||
iconTop = iconRegister->registerIcon(L"furnace_top");
|
||||
iconFront = iconRegister->registerIcon(getIconName() + L"_front_horizontal");
|
||||
iconFront = iconRegister->registerIcon(getIconName() + L"_front");
|
||||
iconFrontVertical = iconRegister->registerIcon(getIconName() + L"_front_vertical");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue