Skip to content

Commit

Permalink
整理代码
Browse files Browse the repository at this point in the history
版本推进
  • Loading branch information
MrZ626 committed Nov 3, 2022
1 parent bc8b7e7 commit 9e442a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parts/scenes/error.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions parts/updateLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ return[=[
修复:
联网不能玩
音乐室和一些bgm模块更新后的小错误
一些用了shader的背景卡卡的
部分场景小键盘回车理应工作但并未
录像菜单添加第一个录像/删除最后一个录像后按钮显示状态没变 #736
一些用了shader的背景卡卡的
缓冲槽内有极多垃圾行时卡顿严重
部分场景小键盘回车理应工作但实际并未
c4w_n模式消大于100行时显示的成绩有问题 #766
连连看小游戏背景板尺寸错误
0.17.6: 昏暗 Dim
新增:
Expand Down
2 changes: 1 addition & 1 deletion version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
["apkCode"]=450,
["apkCode"]=451,
["code"]=1707,
["string"]="V0.17.7",
["room"]="ver A-7",
Expand Down

0 comments on commit 9e442a3

Please sign in to comment.