整理代码
版本推进
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -14,9 +14,12 @@ return[=[
|
||||
修复:
|
||||
联网不能玩
|
||||
音乐室和一些bgm模块更新后的小错误
|
||||
一些用了shader的背景卡卡的
|
||||
部分场景小键盘回车理应工作但并未
|
||||
录像菜单添加第一个录像/删除最后一个录像后按钮显示状态没变 #736
|
||||
一些用了shader的背景卡卡的
|
||||
缓冲槽内有极多垃圾行时卡顿严重
|
||||
部分场景小键盘回车理应工作但实际并未
|
||||
c4w_n模式消大于100行时显示的成绩有问题 #766
|
||||
连连看小游戏背景板尺寸错误
|
||||
|
||||
0.17.6: 昏暗 Dim
|
||||
新增:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
return {
|
||||
["apkCode"]=450,
|
||||
["apkCode"]=451,
|
||||
["code"]=1707,
|
||||
["string"]="V0.17.7",
|
||||
["room"]="ver A-7",
|
||||
|
||||
Reference in New Issue
Block a user