Skip to content

Commit

Permalink
Fixed size for RobTop badge in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Sep 15, 2024
1 parent 40b7763 commit 2b2a54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Styles/NewGJCommentList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class $modify(CommentCell) {

if (username == "RobTop") {
auto robtopSpr = CCSprite::createWithSpriteFrameName("robtop_badge.png"_spr);
robtopSpr->setScale(0.75f);
badgeBtn = CCMenuItemSpriteExtra::create(
robtopSpr,
this,
Expand Down

0 comments on commit 2b2a54b

Please sign in to comment.