Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Dec 29, 2024
1 parent 854da00 commit 8b7b185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/EmojiNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ std::vector<std::pair<std::string, std::string>> emojis = {
_Emoji("thesillydoggo"),
_Emoji("uproxide"),

std::pair("$$newline$$Cube Emotes (By @cyanflower on discord)", "$$newline$$"),
std::pair("$$newline$$Cube Emotes (By @cyanflower)", "$$newline$$"),

_Emoji("cubeconfused"),
//_Emoji("cubedance"),
Expand Down
3 changes: 3 additions & 0 deletions src/EmojiPickPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ bool EmojiPickPopup::setup(CCTextInputNode* input, CCNode* node)
this->setOpacity(0);
this->runAction(CCFadeTo::create(0.35f, 100));

m_mainLayer->ignoreAnchorPointForPosition(true);
m_mainLayer->setPosition(ccp(0, 0));

hideNode = CCNode::create();
hideNode->setPosition(CCDirector::get()->getWinSize() / 2);
hideNode->setAnchorPoint(ccp(0.5f, 0.5f));
Expand Down

0 comments on commit 8b7b185

Please sign in to comment.