mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
fix setuppulsepopup and colorselectpopup
This commit is contained in:
parent
8842e8f793
commit
7fd42312bb
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue