Skip to content

Commit bce7e91

Browse files
authored
day before yesterday I saw a rabbit, and yesterday a deer, and today, you. (geode-sdk#885)
1 parent e39fb66 commit bce7e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4328,7 +4328,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
43284328
void updateGroupIDLabel() = imac 0x2ccd0;
43294329
void updateObjectInfoLabel() = win 0xe17c0, m1 0x2f208, imac 0x2f870;
43304330
TodoReturn updatePlaybackBtn() = imac 0x2d5f0;
4331-
TodoReturn updateSlider() = win 0xe14a0;
4331+
void updateSlider() = win 0xe14a0;
43324332
TodoReturn updateSpecialUIElements();
43334333
void updateZoom(float) = win 0x110ef0, m1 0x38b14;
43344334
float valueFromXPos(float);
@@ -18609,7 +18609,7 @@ class SetupTriggerPopup : FLAlertLayer, TextInputDelegate, ConfigureValuePopupDe
1860918609
cocos2d::CCArray* createToggleValueControl(int, gd::string, cocos2d::CCPoint, bool, int, int, float) = win 0x45e900, imac 0x228c00, m1 0x1da5ec;
1861018610
cocos2d::CCArray* createToggleValueControlAdvanced(int, gd::string, cocos2d::CCPoint, bool, int, int, float, float, float, cocos2d::CCPoint) = imac 0x228d30, m1 0x1da73c;
1861118611
cocos2d::CCArray* createValueControl(int, gd::string, cocos2d::CCPoint, float, float, float) = win 0x45db40;
18612-
cocos2d::CCArray* createValueControlAdvanced(int, gd::string, cocos2d::CCPoint, float, bool, InputValueType, int, bool, float, float, int, int, GJInputStyle, int, bool) = win 0x45dc30, imac 0x227b30, m1 0x1d9550;
18612+
cocos2d::CCArray* createValueControlAdvanced(int property, gd::string label, cocos2d::CCPoint position, float scale, bool unk1, InputValueType valueType, int unk2, bool unk3, float sliderMin, float sliderMax, int page, int group, GJInputStyle inputStyle, int decimalPlaces, bool unk4) = win 0x45dc30, imac 0x227b30, m1 0x1d9550;
1861318613
cocos2d::CCArray* createValueControlWArrows(int, gd::string, cocos2d::CCPoint, float);
1861418614
cocos2d::CCArray* getGroupContainer(int);
1861518615
float getMaxSliderValue(int);

0 commit comments

Comments
 (0)