-
Notifications
You must be signed in to change notification settings - Fork 0
Change Log
BenzLeung edited this page Feb 13, 2017
·
11 revisions
- 移动模式中添加提示,提示手指不需要挡住主角,可以在屏幕任意位置控制主角。
- Add a tip for mobile mode, remind player that the finger don't need to cover the main circle.
- 移动模式中添加提示,在手指移出底部时提醒玩家。
- Add a tip for mobile mode, remind player when the finger is out of screen.
- 加入百度统计(只想看看有多少人玩)。
- Add "Baidu-Tongji" Analysic module (Just to see how many people played).
- 适配了移动端和触摸屏。
- Compatible to mobile platform and touch screen.
- 为微信分享配置了文字和图片。
- Deploy a string and a picture for Wechat sharing.
- 为标题页做了一点动画效果。
- Make a little motion effects for the title scene.
- 现在游戏结束后会显示一个菜单,可以退出到标题页了。
- Make a menu for game over so that players can go back to title scene.
- 学习 cocos 的 Menu 控件的用法,做了一个简单的标题页。
- Learn how to use the "Menu" class in cocos, and then make a simple title scene.
- 现在可以在标题页选择语言了。
- You can choose language on the title scene now.
- 加入“关于”页。
- Add an "About" scene.
- 待开发:游戏结束后退出到标题页。
- TODO: Go back to title scene when game over.
- 加入多语言功能,支持英文和简体中文,但是目前只能根据系统语言自动选择语言,暂时不能手动选择。
- Add multi-language function, support English and Simplified Chinese. But you cannot choose language in game yet, the game will read the "navigator.language" value to change language automatically.
- 增加 gulp 来压缩代码。
- Add gulp to zip the code.
- 整理代码,加入 requireJs。
- refactor the code, add requireJs.
- 初始版本,传入 Github。
- First version, upload to Github.