From 9078670bfdddd9dc00cf6a867bd50c6c09d4adb8 Mon Sep 17 00:00:00 2001 From: dogotrigger Date: Fri, 3 Feb 2023 20:22:22 +0800 Subject: [PATCH] Add KeysLayer::init binding Added init() function for KeysLayer class. --- bindings/GeometryDash.bro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index be0dc235..bc793917 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -3429,6 +3429,10 @@ class KeybindingsLayer : FLAlertLayer { cocos2d::CCNode* m_rightArrow; } +class KeysLayer : cocos2d::CCLayer { + virtual bool init() = win 0x154560; +} + class LabelGameObject : GameObject { virtual bool init() = mac 0x2f5520, win 0x25b7c0; void setObjectColor(cocos2d::_ccColor3B const&) = mac 0xdbca0;