mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
LevelSelectLayer::init
This commit is contained in:
parent
64f6870f82
commit
d4a760d6ed
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue