From 384efb32bbaef5b903a20bb94fb2da9f3df8ab88 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Tue, 22 Nov 2022 23:39:09 +0200 Subject: [PATCH] fix unresolved merge conflict --- bindings/GeometryDash.bro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 7d9b3d17..2956d05e 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5314,11 +5314,7 @@ class TextArea : cocos2d::CCSprite { virtual void draw() {} virtual void setOpacity(unsigned char) = mac 0x19f760, win 0x33800; bool init(gd::string str, char const* font, float width, float height, cocos2d::CCPoint anchor, float scale, bool disableColor) = mac 0x19ec70, win 0x33370, ios 0x92444; -<<<<<<< HEAD static TextArea* create(gd::string str, char const* font, float width, float height, cocos2d::CCPoint anchor, float scale, bool disableColor) = mac 0x19eb40, win 0x33270; -======= - static TextArea* create(gd::string str, char const* font, float scale, float width, cocos2d::CCPoint anchor, float height, bool disableColor) = mac 0x19eb40, win 0x33270; ->>>>>>> main void colorAllCharactersTo(cocos2d::ccColor3B color) = win 0x33830; void setString(gd::string str) = mac 0x19eda0, win 0x33480;