Skip to content

Commit 9e442a3

Browse files
committed
整理代码
版本推进
1 parent bc8b7e7 commit 9e442a3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

parts/scenes/error.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local errorShot,errorInfo
55
local scene={}
66

77
function scene.sceneInit()
8-
BGcolor=math.random()>.026 and{.3,.5,.9} or{.62,.3,.926}
8+
BGcolor=math.random()>.026 and {.3,.5,.9} or {.62,.3,.926}
99
sysAndScn=SYSTEM.."-"..VERSION.string.." scene:"..Z.getErr('#').scene
1010
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."
1111
errorShot,errorInfo=Z.getErr('#').shot,Z.getErr('#').mes

parts/updateLog.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ return[=[
1414
修复:
1515
联网不能玩
1616
音乐室和一些bgm模块更新后的小错误
17-
一些用了shader的背景卡卡的
18-
部分场景小键盘回车理应工作但并未
1917
录像菜单添加第一个录像/删除最后一个录像后按钮显示状态没变 #736
18+
一些用了shader的背景卡卡的
19+
缓冲槽内有极多垃圾行时卡顿严重
20+
部分场景小键盘回车理应工作但实际并未
21+
c4w_n模式消大于100行时显示的成绩有问题 #766
22+
连连看小游戏背景板尺寸错误
2023
2124
0.17.6: 昏暗 Dim
2225
新增:

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
["apkCode"]=450,
2+
["apkCode"]=451,
33
["code"]=1707,
44
["string"]="V0.17.7",
55
["room"]="ver A-7",

0 commit comments

Comments
 (0)