forked from cafeberry/cafeberry
added some kbm stuff
This commit is contained in:
@@ -179,14 +179,17 @@ void UIScene_BeaconMenu::GetItemScreenData( ESceneSection eSection, int iItemInd
|
||||
case eSectionBeaconItem:
|
||||
sectionSize.x = m_slotListActivator.getWidth();
|
||||
sectionSize.y = m_slotListActivator.getHeight();
|
||||
FixSlotGridSize(eSection, m_slotListActivator, sectionSize);
|
||||
break;
|
||||
case eSectionBeaconInventory:
|
||||
sectionSize.x = m_slotListInventory.getWidth();
|
||||
sectionSize.y = m_slotListInventory.getHeight();
|
||||
FixSlotGridSize(eSection, m_slotListInventory, sectionSize);
|
||||
break;
|
||||
case eSectionBeaconUsing:
|
||||
sectionSize.x = m_slotListHotbar.getWidth();
|
||||
sectionSize.y = m_slotListHotbar.getHeight();
|
||||
FixSlotGridSize(eSection, m_slotListHotbar, sectionSize);
|
||||
break;
|
||||
|
||||
case eSectionBeaconPrimaryTierOneOne:
|
||||
|
||||
Reference in New Issue
Block a user