Skip to content

Commit

Permalink
fix: opSens
Browse files Browse the repository at this point in the history
  • Loading branch information
KairuiLiu committed Jul 14, 2022
1 parent 9973b9a commit ac826d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controller/config/lang/en_us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
{ k: 'Turn Headset', v: 'Change Orientation' },
{ k: 'Using Remote', v: 'Destroy Blocks' },
],
aboutItems: ['Minecraft release based on Three.js', 'Version: 1.0.0', 'More information, see', ':)'],
aboutItems: ['Minecraft release based on Three.js', 'Version: 1.0.1', 'More information, see', ':)'],
tryRotate: 'Please rotate the screen before start',
tryLock: 'Mouse lock failed, please try clicking again',
allBlock: 'All blocks',
Expand Down
2 changes: 1 addition & 1 deletion src/controller/config/lang/zh_cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const language = {
{ k: '转动头显', v: '变换朝向' },
{ k: '使用遥控器', v: '摧毁方块' },
],
aboutItems: ['基于Three.js的Minecraft实现.', '版本: 1.0.0', '去', '了解更多:)'],
aboutItems: ['基于Three.js的Minecraft实现.', '版本: 1.0.1', '去', '了解更多:)'],
tryRotate: '请先将您的设备设为横屏再开始游戏',
tryLock: '鼠标锁定失败, 请尝试再次点击',
allBlock: '全部方块',
Expand Down

0 comments on commit ac826d1

Please sign in to comment.