mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
Add m_layerHeight
This commit is contained in:
parent
d181260a9b
commit
f74d434f46
1 changed files with 1 additions and 0 deletions
|
@ -5293,6 +5293,7 @@ class ScrollingLayer : cocos2d::CCLayerColor {
|
||||||
static ScrollingLayer* create(cocos2d::CCSize, cocos2d::CCPoint, float) = mac 0x41a900, win 0x2d8e0;
|
static ScrollingLayer* create(cocos2d::CCSize, cocos2d::CCPoint, float) = mac 0x41a900, win 0x2d8e0;
|
||||||
cocos2d::CCLayer* m_scrollLayer;
|
cocos2d::CCLayer* m_scrollLayer;
|
||||||
cocos2d::CCNode* m_parent;
|
cocos2d::CCNode* m_parent;
|
||||||
|
float m_layerHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
class SelectArtLayer {
|
class SelectArtLayer {
|
||||||
|
|
Loading…
Reference in a new issue