allez
2024-02-21 cecfbc70cd36b5d3fb36aea4f17e3c2b59ec9826
Channel/IOS/hyyngame/Plugins/The2thWorldSDK/UniversalSDK.mm
@@ -197,7 +197,7 @@
    
    m_CloseBtn = [UIButton buttonWithType:UIButtonTypeRoundedRect];
    [m_CloseBtn setFrame:CGRectMake(_width - 600 * _scale, _height - 86 * _scale, 360 * _scale, 72 * _scale)];
    [m_CloseBtn setTitle:@"我知道了" forState:UIControlStateNormal];
    [m_CloseBtn setTitle:@"OK" forState:UIControlStateNormal];
    
    NSString *_bundlePath = [[NSBundle mainBundle] pathForResource:@"The2thWorldRES.bundle" ofType:nil];
    NSBundle *_bundle = [NSBundle bundleWithPath:_bundlePath];