diff --git a/parts/scenes/history.lua b/parts/scenes/history.lua index c128ec87..dede8e46 100644 --- a/parts/scenes/history.lua +++ b/parts/scenes/history.lua @@ -2,7 +2,7 @@ local scene={} function scene.sceneInit() BG.set('cubes') - WIDGET.active.texts:setTexts(require"parts.updateLog") + WIDGET.active.texts:setTexts(STRING.split(require"parts.updateLog","\n")) end function scene.wheelMoved(_,y) diff --git a/parts/updateLog.lua b/parts/updateLog.lua index 10d7754f..fc5edc74 100644 --- a/parts/updateLog.lua +++ b/parts/updateLog.lua @@ -1,4 +1,4 @@ -return STRING.split([=[ +return[=[ 未来模式: 任务生存; 对称; 大爆炸; 拼方形; 限高无尽挖掘; 连击练习; backfire对战 经典模式分离(9/15/18/19/29); OSD; 强制Misdrop; 拼大于号; 仅4lPC @@ -1979,4 +1979,4 @@ return STRING.split([=[ GUI position editted grid BG changed smarter AI -]=],"\n") \ No newline at end of file +]=] \ No newline at end of file