Skip to content

Commit

Permalink
Version Beta 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rand-fly committed Jul 5, 2021
1 parent 5a4f3c4 commit a38f32e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Myomyw
**Beta 0.7 已发布!**
**Beta 0.8 已发布!**
## 概述 Overview
Myomyw是一款半棋牌游戏。不同于其他对战游戏的是,你的操作决定的是对方的胜负,因此你需要思考如何迫使对方让自己赢,这也是Myomyw这个名字的由来:Make your opponent make you win。
## 在线游戏 Play online
Expand Down
4 changes: 2 additions & 2 deletions client/src/AboutScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
cc.director.popScene();
});

var text = "Myomyw Beta 0.7\nCopyright © 2016 Infinideas";
var label = creator.createLabel(text, 20);
var text = "Myomyw Beta 0.8\nCopyright © 2021 Infinideas";
var label = creator.createLabel(text, 30);
label.textAlign = cc.TEXT_ALIGNMENT_CENTER;
label.setPosition(size.width / 2, size.height / 2);
this.addChild(label);
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myomyw_server",
"version": "0.7.0",
"version": "0.8.0",
"description": "Myomyw Server",
"main": "src/server.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion server/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
port: 8650,
allowOrigin: '*',
maxRooms: 100,
version: '0.7',
version: '0.8',
message: '',

defaultLCol: 6,
Expand Down

0 comments on commit a38f32e

Please sign in to comment.