fix setuppulsepopup and colorselectpopup

This commit is contained in:
altalk23 2023-04-27 10:33:07 +03:00
parent 8842e8f793
commit 7fd42312bb
2 changed files with 6 additions and 2 deletions
bindings
loader/test/members

View file

@ -5148,10 +5148,10 @@ class SetupPulsePopup : FLAlertLayer, cocos2d::extension::ColorPickerDelegate, T
cocos2d::extension::CCControlColourPicker* m_colorPicker;
PAD = win 0x30, mac 0x58;
PAD = win 0x30, mac 0x60;
cocos2d::CCSprite* m_currentColorSpr;
cocos2d::CCSprite* m_prevColorSpr;
PAD = win 0x64, mac 0xb4;
PAD = win 0x64, mac 0xac;
int m_pulseMode; // 0x38c on mac
}

View file

@ -58,6 +58,10 @@ GEODE_MEMBER_CHECK(TeleportPortalObject, m_orangePortal, 0x4f8);
GEODE_MEMBER_CHECK(StartPosObject, m_levelSettings, 0x5e0);
// SetupPulsePopup
GEODE_MEMBER_CHECK(SetupPulsePopup, m_currentColorSpr, 0x2d0);
GEODE_MEMBER_CHECK(SetupPulsePopup, m_pulseMode, 0x38c);
// ColorSelectPopup
GEODE_MEMBER_CHECK(ColorSelectPopup, m_copyColor, 0x372);
#endif