Skip to content

Commit

Permalink
更新了版本文字和README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rand-fly committed Jun 30, 2016
1 parent 0494623 commit 8cd7e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.3", 25, Color4B(0, 0, 0, 255));
auto versionLabel = MyCreator::createLabel("Alpha 0.3.1", 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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Myomyw
**Myomyw Alpha 0.3 已发布!**
**Myomyw Alpha 0.3.1 已发布!**
## 游戏规则
游戏界面中两边是发射器,中间是棋盘,轮到你时你可以点击你的一个发射器,这样就可以把球推出去,按住发射器可以连续发射球,但最多只能发射五次。

Expand Down Expand Up @@ -28,3 +28,4 @@
* 2016/2/28 发布Alpha 0.1.1
* 2016/3/27 发布Alpha 0.2
* 2016/6/28 发布Alpha 0.3
* 2016/6/30 发布Alpha 0.3.1

0 comments on commit 8cd7e64

Please sign in to comment.