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
|
|
@ -21,9 +21,9 @@ Icon *WorkbenchTile::getTexture(int face, int data)
|
|||
|
||||
void WorkbenchTile::registerIcons(IconRegister *iconRegister)
|
||||
{
|
||||
icon = iconRegister->registerIcon(L"workbench_side");
|
||||
iconTop = iconRegister->registerIcon(L"workbench_top");
|
||||
iconFront = iconRegister->registerIcon(L"workbench_front");
|
||||
icon = iconRegister->registerIcon(getIconName() + L"_side");
|
||||
iconTop = iconRegister->registerIcon(getIconName() + L"_top");
|
||||
iconFront = iconRegister->registerIcon(getIconName() + L"_front");
|
||||
}
|
||||
|
||||
// 4J-PB - Adding a TestUse for tooltip display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue