Skip to content

Commit

Permalink
修改版本文字
Browse files Browse the repository at this point in the history
  • Loading branch information
rand-fly committed Jun 28, 2016
1 parent c4d7395 commit 4b37149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/MainScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ bool MainScene::init()
updatePlayerLabel();
}

auto versionLabel = MyCreator::createLabel("Alpha 0.2", 25, Color4B(0, 0, 0, 255));
auto versionLabel = MyCreator::createLabel("Alpha 0.3", 25, Color4B(0, 0, 0, 255));
versionLabel->setPosition(visibleSize.width - versionLabel->getContentSize().width / 2, versionLabel->getContentSize().height / 2);
this->addChild(versionLabel);
return true;
Expand Down

0 comments on commit 4b37149

Please sign in to comment.