File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,23 @@ HTML5 canvas制作的魔塔样板,支持全平台游戏!
6565
6666## 更新说明
6767
68+ ### 2020.11.8 HTML5魔塔样板V2.7.3
69+
70+ * [x] 内置高清UI,界面更清晰!
71+ * [x] 完整的emoji支持!现在可以对话中直接使用emiji了。
72+ * [x] 动画添加多音效支持!可在注册时绑定。
73+ * [x] 事件编辑器的自动补全增加图块图标。
74+ * [x] terrains追加薄墙图块,支持单方向通行。
75+ * [x] 录像播放增加百分比进度显示。
76+ * [x] 怪物增加批量战后事件。
77+ * [x] 设置视角支持增量并可以指定动画时间。
78+ * [x] 新增禁用存档事件。
79+ * [x] 新增左手模式,此模式下WASD为移动,IJKL为存读档。
80+ * [x] core.fillText支持\r变色。
81+ * [x] QTE功能会将超时剩余时间写入flag中。
82+ * [x] 修复npc48追加的朝向绑定问题。
83+ * [x] 大量细节优化,修复了所有已知bug。
84+
6885### 2020.7.15 HTML5魔塔样板V2.7.2
6986
7087* [x] 超大地图支持,现在最大能支持128x128的地图了。
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ function main() {
187187 this . canvas = { } ;
188188
189189 this . __VERSION__ = "2.7.3" ;
190- this . __VERSION_CODE__ = 258 ;
190+ this . __VERSION_CODE__ = 261 ;
191191}
192192
193193main . prototype . init = function ( mode , callback ) {
You can’t perform that action at this time.
0 commit comments