Make a scene for showing full text (like manual) but for convenience use (#1043)

This commit is contained in:
C6H12O6 + NaCl + H2O
2023-11-13 11:15:58 +07:00
committed by GitHub
parent 55800e307f
commit c650f268f6
8 changed files with 99 additions and 156 deletions

View File

@@ -117,7 +117,7 @@ function scene.keyDown(key,isRep)
end
elseif key=='m' then
if _testButton(13) then
SCN.go('manual')
goTextReader{function() return FILE.load('parts/language/manual_'..(SETTING.locale:find'zh' and 'zh' or SETTING.locale:find'ja' and 'ja' or SETTING.locale:find'vi' and 'vi' or 'en')..'.txt','-string'):split('\n') or "[manual file not found]" end,15,'cubes'}()
end
elseif key=='c' then
enterConsole()