mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add EditorPauseLayer bindings
+ EditorPauseLayer::updateSongButton + EditorPauseLayer::onSong + rename EditorPauseLayer guidelines button members
This commit is contained in:
parent
4613af6791
commit
262c15dbb2
1 changed files with 4 additions and 2 deletions
|
@ -1155,11 +1155,13 @@ class EditorPauseLayer : CCBlockLayer, FLAlertLayerProtocol {
|
|||
void uncheckAllPortals(cocos2d::CCObject* sender) = win 0x74760;
|
||||
void onResetUnusedColors(cocos2d::CCObject* sender) = win 0x74810;
|
||||
void doResetUnused() = win 0x165070;
|
||||
void updateSongButton() = win 0x74f10, mac 0x13e530;
|
||||
void onSong(cocos2d::CCObject*) = win 0x74e70, mac 0x13e470;
|
||||
|
||||
bool m_saved;
|
||||
PAD = mac 0x8, win 0x4;
|
||||
CCMenuItemSpriteExtra* m_button0;
|
||||
CCMenuItemSpriteExtra* m_button1;
|
||||
CCMenuItemSpriteExtra* m_guidelinesOffButton;
|
||||
CCMenuItemSpriteExtra* m_guidelinesOnButton;
|
||||
LevelEditorLayer* m_editorLayer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue