Phaser 3 3.55.2 移动设备中的像素化图形
Posted
技术标签:
【中文标题】Phaser 3 3.55.2 移动设备中的像素化图形【英文标题】:Phaser 3 3.55.2 pixelated graphics in mobile 【发布时间】:2022-01-17 16:38:55 【问题描述】:我正在开发一款游戏,但我已从 3.15.1 更新到 3.55.2。
我解决了所有问题,但我看到参数“分辨率”已被删除,现在从移动设备上,图形被像素化了。
有人知道怎么解决吗?
【问题讨论】:
请提供更多细节:什么版本?怎么了 ?截屏 ?最终相关的代码? 【参考方案1】:官方声明 - https://github.com/photonstorm/phaser/blob/master/CHANGELOG-v3.50.md#removal-of-resolution-property-from-across-the-api 所以,它无法修复,因为它永远不会起作用。
但是,您的游戏中可能启用了https://newdocs.phaser.io/docs/3.55.1/focus/Phaser.Core.Config-pixelArt,请尝试将其关闭。
【讨论】:
以上是关于Phaser 3 3.55.2 移动设备中的像素化图形的主要内容,如果未能解决你的问题,请参考以下文章