mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-16 06:55:04 -04:00
fix SimpleTextArea not using public
This commit is contained in:
parent
5d63192161
commit
a105ca05fa
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace geode {
|
|||
* Contact me on Discord (\@smjs) if you have any questions, suggestions or bugs.
|
||||
*/
|
||||
class GEODE_DLL SimpleTextArea : public cocos2d::CCNode {
|
||||
public:
|
||||
static SimpleTextArea* create(const std::string& text, const std::string& font = "chatFont.fnt", const float scale = 1);
|
||||
static SimpleTextArea* create(const std::string& text, const std::string& font, const float scale, const float width);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue