修改更新历史版本号build号

This commit is contained in:
MrZ626
2021-08-22 02:09:43 +08:00
parent f21dc94979
commit 36c11961b6
2 changed files with 18 additions and 4 deletions

View File

@@ -30,6 +30,20 @@ return[=[
等级系统; 收集向抽奖; 自适应UI
自动跳帧; 多方块; 超60帧
0.16.2: 曲率引擎 Warp drive
新增:
新增ARS_Z旋转系统:简化复杂的测试逻辑,统一使用{右,左}(i块为{上,上2},五连块风格模仿)
添加SRS_X旋转系统:基于SRS,I块和除了PQ的非四连块使用TRS的表
改动:
增大场地晃动的阻力,看起来更舒服
代码:
修改主循环帧率限制策略,尝试修复部分设备帧率不稳定
修复:
回放模式下强制显示ghost时报错
复活时命数减少动画位置不正确
混战模式的被攻击线位置错误
小程序15p开盲打报错
0.16.1: 深空 Deep space
新增:
新增行号显示(设置可调透明度)

View File

@@ -1,7 +1,7 @@
return{
["apkCode"]=361,
["code"]=1601,
["string"]="V0.16.1@DEV",
["apkCode"]=362,
["code"]=1602,
["string"]="V0.16.2@DEV",
["room"]="V1.1",
["name"]="深空 Deep space",
["name"]="曲率引擎 Warp drive",
}