Revamped Deck Selection Screen using abrasax's design as a template.
TODO:
change literals to use constants,
refactor the rendering code for the menu to have be leaner.
add text scroller to list all the tasks.
* 1st implementation will list all the tasks.dat
* 2nd round will try to get the scroller to only display relevant tasks to ai
Special thanks to wololo and MootPoint for helping me hammer this out. To abrasax, for the initial design of the layout.
This commit is contained in:
@@ -242,6 +242,7 @@ void GameApp::Destroy()
|
||||
Translator::EndInstance();
|
||||
WCFilterFactory::Destroy();
|
||||
SimpleMenu::destroy();
|
||||
DeckMenu::destroy();
|
||||
|
||||
options.theGame = NULL;
|
||||
LOG("==Destroying GameApp Successful==");
|
||||
|
||||
Reference in New Issue
Block a user