Closed
Conversation
Member
|
应当限制宽高比,以及宽度和高度的数值,在一定范围间变化,超出这些范围的调整应当被拒绝。需要保证游戏的 UI,包括存读档界面和鉴赏界面等,在这样的分辨率下保持正常。 |
update adaptive ui fix backlog max width uptate config file
5a74767 to
88c7a1f
Compare
Contributor
Author
|
@MakinoharaShoko 已调整大部分界面,目前已适配1440*1440至同高更宽的分辨率,分辨率宽于2560将限制部分界面宽度 关于做限制,有一点与您不同的看法
|
2 tasks
Member
|
setRootSize 函数放在 PixiStage 这个类里面,虽然实现上是没问题的,但是由于其作用范围实际上不是 PixiStage,而是外部 UI,放在这个类里可能有些奇怪。 |
Contributor
Author
其实我也不太明白应该放哪,只是需要找个能拿到document的地方,您可以安排一下 |
Contributor
Author
|
此 PR 的实现已过时, 预计将由 #766 或者其他 PR 以另一种方式实现 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.












介绍
可通过修改

config.txt中的Canvas_widthCanvas_height来设置游戏的分辨率主要改动
WebgalCore新增canvasWidth和canvasHeight两个属性index.html中的部分脚本,迁移到PixiController.ts,以便更好的调整宽高InitialScript现在会强制等待InfoFetcher执行完毕,因为需要等待读取Config并做必要设置,再创建PixiStage限制
setVar来修改Canvas_widthCanvas_height,请手动修改config.txt或使用 WebGAL Terre