added more buttons to deck editor to cover all the functionality. Need to remove the PSP directions from the slide-in menus

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-30 04:23:11 +00:00
parent 28be95b401
commit 969e6ac5e6
5 changed files with 74 additions and 34 deletions

View File

@@ -198,6 +198,7 @@ void DeckMenu::initMenuItems()
}
mSelectionTargetY = selectionY = sY;
#ifndef TOUCH_ENABLED
//Grab a texture in VRAM.
pspIconsTexture = WResourceManager::Instance()->RetrieveTexture("iconspsp.png", RETRIEVE_MANAGE);
@@ -209,6 +210,7 @@ void DeckMenu::initMenuItems()
pspIcons[i]->SetHotSpot(16, 16);
}
dismissButton->setImage(pspIcons[5]);
#endif
}
void DeckMenu::Render()