Ci mobile fix (#812)
* - Add portrait switch * - Only build mobile * 设置项添加竖屏和msaa参数,增加调整的控件 * 修正conf.lua里没拿到正确的存档路径(因为还没设置identity) * 加一些测试代码观察安卓到底有没有读到存档文件 * -Try relative * - Try set settings in main * - Make code analysis happy * - Try not use setFullScreen * - Test iOS portrait * - Add various loggings * - Try set identity first * - Try set configs in conf.lua * - Finish editing Co-authored-by: MrZ_26 <1046101471@qq.com>
This commit is contained in:
@@ -655,6 +655,8 @@ do-- Userdata tables
|
||||
highCam=true,
|
||||
nextPos=true,
|
||||
fullscreen=true,
|
||||
portrait=false,
|
||||
msaa=0,
|
||||
bg='on',
|
||||
bgAlpha=.26,
|
||||
powerInfo=false,
|
||||
|
||||
Reference in New Issue
Block a user