Skip to content

Commit

Permalink
v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcz123 committed Nov 8, 2020
1 parent 2c662a2 commit 72ebfbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,23 @@ HTML5 canvas制作的魔塔样板,支持全平台游戏!

## 更新说明

### 2020.11.8 HTML5魔塔样板V2.7.3

* [x] 内置高清UI,界面更清晰!
* [x] 完整的emoji支持!现在可以对话中直接使用emiji了。
* [x] 动画添加多音效支持!可在注册时绑定。
* [x] 事件编辑器的自动补全增加图块图标。
* [x] terrains追加薄墙图块,支持单方向通行。
* [x] 录像播放增加百分比进度显示。
* [x] 怪物增加批量战后事件。
* [x] 设置视角支持增量并可以指定动画时间。
* [x] 新增禁用存档事件。
* [x] 新增左手模式,此模式下WASD为移动,IJKL为存读档。
* [x] core.fillText支持\r变色。
* [x] QTE功能会将超时剩余时间写入flag中。
* [x] 修复npc48追加的朝向绑定问题。
* [x] 大量细节优化,修复了所有已知bug。

### 2020.7.15 HTML5魔塔样板V2.7.2

* [x] 超大地图支持,现在最大能支持128x128的地图了。
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function main() {
this.canvas = {};

this.__VERSION__ = "2.7.3";
this.__VERSION_CODE__ = 258;
this.__VERSION_CODE__ = 261;
}

main.prototype.init = function (mode, callback) {
Expand Down

0 comments on commit 72ebfbf

Please sign in to comment.