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:
@@ -190,8 +190,7 @@ static NSString *kDownloadFileName = @"core_017_iOS.zip";
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
#pragma mark Application Lifecycle
|
||||
#pragma mark - Application Lifecycle
|
||||
|
||||
|
||||
- (void) didReceiveMemoryWarning
|
||||
@@ -203,8 +202,7 @@ static NSString *kDownloadFileName = @"core_017_iOS.zip";
|
||||
}
|
||||
|
||||
|
||||
#pragma mark -
|
||||
#pragma mark UIView Delegate
|
||||
#pragma mark - UIView Delegate
|
||||
|
||||
- (void) handleRotation: (UIInterfaceOrientation) interfaceOrientation
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user