enabled OK button on GuiCombat screen when choosing defenders/attackers. iOS solution only currently. To implement in Android, we need to create a mask/invisible button above the OK button coordinates and add a listener to activate when a user touches the appropriate area. Not ideal, but it works for now.
TODO: translate functionality into core of engine.
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
#include "StyleManager.h"
|
||||
#include "Credits.h"
|
||||
|
||||
#ifdef IOS
|
||||
#include "JGE.h"
|
||||
#endif
|
||||
|
||||
const string Options::optionNames[] = {
|
||||
//Global options
|
||||
"Profile",
|
||||
|
||||
Reference in New Issue
Block a user