Fix Input Bug

This commit is contained in:
oc 2018-05-04 23:10:08 +08:00
parent f5f844b617
commit c4a5c5889c
2 changed files with 8 additions and 5 deletions

View File

@ -591,9 +591,9 @@ events.prototype.doAction = function() {
core.drawTip("录像文件出错");
return;
}
}
else {
core.interval.onDownInterval = 'tmp';
value = prompt(core.replaceText(data.text));
}
value = Math.abs(parseInt(value)||0);

View File

@ -1,17 +1,20 @@
HTML5魔塔样板V2.1.2
HTML5魔塔样板V2.2
事件坐标可用变量指定
全局商店也可以使用图块编辑
高亮显示有事件的格子
自动注册所有未注册的素材
等待用户点击事件
图片移动事件
事件设置BGM音量
提供core.random函数提供随机数
作弊处理
格子有事件则高亮显示
状态栏绘制
等待用户点击事件
事件设置BGM音量
六倍速播放
播放视频时可以C键查看怪物手册
修复标题文字太长导致无法开始游戏的问题
新增纯新手简易造塔流程
部分效果和性能的优化
-----------------------------------------------------------------------