Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko authored Feb 25, 2024
1 parent d3c9b9b commit 9692815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class RecordLayer : public geode::Popup<std::string const&> {
protected:
bool setup(std::string const& value) override {
auto winSize = cocos2d::CCDirector::sharedDirector()->getWinSize();
auto versionLabel = CCLabelBMFont::create("xdBot v1.4.8 - made by Zilko", "chatFont.fnt");
auto versionLabel = CCLabelBMFont::create("xdBot v1.5.0 - made by Zilko", "chatFont.fnt");
versionLabel->setOpacity(60);
versionLabel->setAnchorPoint(ccp(0.0f,0.5f));
versionLabel->setPosition(winSize/2 + ccp(-winSize.width/2, -winSize.height/2) + ccp(3, 6));
Expand Down

0 comments on commit 9692815

Please sign in to comment.