Skip to content

Commit

Permalink
Tutorial layer m1 callback functions (#939)
Browse files Browse the repository at this point in the history
* added bindings to social media for win and m1 on main menu

* oops

* im so dumb

* button callbacks for m1 tutorial layer

* removed =s my bad
  • Loading branch information
Hbg1010 authored Mar 6, 2025
1 parent 54291b7 commit aef22f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -23095,8 +23095,8 @@ class TutorialLayer : FLAlertLayer {
virtual void keyBackClicked() = win 0x4b3de0, m1 0x42f414, imac 0x4c9cc0, ios 0x1bfa70;

void loadPage(int) = win 0x4b3730, m1 0x42ef60, imac 0x4c9800;
void onClose(cocos2d::CCObject* sender) = win 0x4b3d60;
void onNext(cocos2d::CCObject* sender) = win 0x4b3710;
void onClose(cocos2d::CCObject* sender) = win 0x4b3d60, m1 0x42ee10;
void onNext(cocos2d::CCObject* sender) = win 0x4b3710, m1 0x42eea4;
void removeTutorialTexture() = win inline {
if (m_page == 0) return;
cocos2d::CCTextureCache::sharedTextureCache()->removeTextureForKey(cocos2d::CCString::createWithFormat("tutorial_%02d", m_page)->getCString());
Expand Down

0 comments on commit aef22f0

Please sign in to comment.