feat: add canvas resolution configuration#412
Closed
HardyNLee wants to merge 1 commit intoOpenWebGAL:devfrom
Closed
feat: add canvas resolution configuration#412HardyNLee wants to merge 1 commit intoOpenWebGAL:devfrom
HardyNLee wants to merge 1 commit intoOpenWebGAL:devfrom
Conversation
Member
Member
Contributor
Author
这里实际上是我有意为之,因为我认为不应该锁预览窗口宽高比,此修改是为了让用户更自由地调整预览窗口大小
关于这点,其实我觉得加个开关有点太绕了,可否在旁边加一个恢复到默认值的按钮,外加醒目提示,这样更方便一点 |
Member
这个我认为是可行的。
这个不可行,因为这样会导致用户调整水平方向的栏时,每次都需要重新调整竖直方向的栏,如果用户频繁调整,非常麻烦。 |
Member
|
而且,我就是那种会频繁调整栏的宽度的那种人,因为我习惯写一段,拉大看看效果,然后拉小,继续写。 |
Contributor
Author
af0e298 to
cddb7d9
Compare
update resolution setting UI update translation fix canvas resolution not set appropriately when game started remove unnecessary import remove unnecessary css property update locales
cddb7d9 to
80e8287
Compare
Contributor
Author
|
由于 OpenWebGAL/WebGAL#687 已被关闭, 与其强相关的此 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.



介绍
新增 画布分辨率 配置选项,预览窗口可垂直调整大小,
此 PR 以 OpenWebGAL/WebGAL#687 为前提
注意