From 9e442a3073671e17d0f0b0e1e2dfb813e9b011dd Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Fri, 4 Nov 2022 00:26:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8E=A8=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/error.lua | 2 +- parts/updateLog.lua | 7 +++++-- version.lua | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/parts/scenes/error.lua b/parts/scenes/error.lua index e70270fe..55827eea 100644 --- a/parts/scenes/error.lua +++ b/parts/scenes/error.lua @@ -5,7 +5,7 @@ local errorShot,errorInfo local scene={} function scene.sceneInit() - BGcolor=math.random()>.026 and{.3,.5,.9} or{.62,.3,.926} + BGcolor=math.random()>.026 and {.3,.5,.9} or {.62,.3,.926} sysAndScn=SYSTEM.."-"..VERSION.string.." scene:"..Z.getErr('#').scene errorText=LOADED and text.errorMsg or "An error has occurred while the game was loading.\nAn error log has been created so you can send it to the author." errorShot,errorInfo=Z.getErr('#').shot,Z.getErr('#').mes diff --git a/parts/updateLog.lua b/parts/updateLog.lua index 6fd258ac..5d7e9201 100644 --- a/parts/updateLog.lua +++ b/parts/updateLog.lua @@ -14,9 +14,12 @@ return[=[ 修复: 联网不能玩 音乐室和一些bgm模块更新后的小错误 - 一些用了shader的背景卡卡的 - 部分场景小键盘回车理应工作但并未 录像菜单添加第一个录像/删除最后一个录像后按钮显示状态没变 #736 + 一些用了shader的背景卡卡的 + 缓冲槽内有极多垃圾行时卡顿严重 + 部分场景小键盘回车理应工作但实际并未 + c4w_n模式消大于100行时显示的成绩有问题 #766 + 连连看小游戏背景板尺寸错误 0.17.6: 昏暗 Dim 新增: diff --git a/version.lua b/version.lua index 7a60d73a..4b22175b 100644 --- a/version.lua +++ b/version.lua @@ -1,5 +1,5 @@ return { - ["apkCode"]=450, + ["apkCode"]=451, ["code"]=1707, ["string"]="V0.17.7", ["room"]="ver A-7",