LevelSelectLayer::init

This commit is contained in:
ConfiG 2023-10-08 20:40:59 +03:00
parent 64f6870f82
commit d4a760d6ed
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -4112,6 +4112,7 @@ class LevelSearchLayer : cocos2d::CCLayer {
class LevelSelectLayer : cocos2d::CCLayer {
static LevelSelectLayer* create(int lvl) = win 0x185500;
bool init(int lvl) = win 0x1855a0, mac 0x2384e0;
PAD = win 0x10;
BoomScrollLayer* m_scrollLayer;