From d181260a9b231908d77c78e177a3f5785f03baf7 Mon Sep 17 00:00:00 2001 From: nef <83908932+not-nef@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:16:51 +0200 Subject: [PATCH] Add some ScrollingLayer members --- bindings/GeometryDash.bro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 62e507a9..cb4535c8 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5291,6 +5291,8 @@ class RingObject : EffectGameObject { class ScrollingLayer : cocos2d::CCLayerColor { static ScrollingLayer* create(cocos2d::CCSize, cocos2d::CCPoint, float) = mac 0x41a900, win 0x2d8e0; + cocos2d::CCLayer* m_scrollLayer; + cocos2d::CCNode* m_parent; } class SelectArtLayer {