mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-16 06:55:04 -04:00
Merge pull request #307 from not-nef/main
Add some ScrollingLayer members
This commit is contained in:
commit
49d157a636
1 changed files with 5 additions and 0 deletions
|
@ -5291,6 +5291,11 @@ class RingObject : EffectGameObject {
|
|||
|
||||
class ScrollingLayer : cocos2d::CCLayerColor {
|
||||
static ScrollingLayer* create(cocos2d::CCSize, cocos2d::CCPoint, float) = mac 0x41a900, win 0x2d8e0;
|
||||
PAD = win 0x28;
|
||||
float m_layerHeight;
|
||||
PAD = win 0x4;
|
||||
cocos2d::CCLayer* m_scrollLayer;
|
||||
cocos2d::CCNode* m_parent;
|
||||
}
|
||||
|
||||
class SelectArtLayer {
|
||||
|
|
Loading…
Add table
Reference in a new issue