From f74d434f46e217d1179fc31b992eefe6fcde83f9 Mon Sep 17 00:00:00 2001 From: nef <83908932+not-nef@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:31:29 +0200 Subject: [PATCH] Add m_layerHeight --- bindings/GeometryDash.bro | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index cb4535c8..9732c7ab 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5293,6 +5293,7 @@ class ScrollingLayer : cocos2d::CCLayerColor { static ScrollingLayer* create(cocos2d::CCSize, cocos2d::CCPoint, float) = mac 0x41a900, win 0x2d8e0; cocos2d::CCLayer* m_scrollLayer; cocos2d::CCNode* m_parent; + float m_layerHeight; } class SelectArtLayer {