Make a scene for showing full text (like manual) but for convenience use (#1043)
This commit is contained in:
committed by
GitHub
parent
55800e307f
commit
c650f268f6
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user