Skip to content

Commit

Permalink
💀
Browse files Browse the repository at this point in the history
  • Loading branch information
JaanDev committed Jul 3, 2023
1 parent 8ff4842 commit 2e0cb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ namespace Hooks {

auto winSize = CCDirector::sharedDirector()->getWinSize();

auto lbl = CCLabelBMFont::create("GDL 1.1.2", "goldFont.fnt");
auto lbl = CCLabelBMFont::create("GDL v1.1.2", "goldFont.fnt");
lbl->setPosition({winSize.width / 2.f, winSize.height - 15.f});
lbl->setScale(.8f);
self->addChild(lbl);
Expand Down

0 comments on commit 2e0cb8a

Please sign in to comment.