Closed2022/08/29にクローズ1Phaser3 Canvasのサイズを動的に変更するPhaser3w36zj62022/08/29に更新https://labs.phaser.io/edit.html?src=src\scalemanager\fit.js const config: Phaser.Types.Core.GameConfig = { // 省略 // これを追加 scale: { mode: Phaser.Scale.FIT, parent: "game-app", width: 1280, height: 720 }, // 省略 } new Phaser.Game(config) このスクラップは2022/08/29にクローズされました
3w36zj62022/08/29に更新https://labs.phaser.io/edit.html?src=src\scalemanager\fit.js const config: Phaser.Types.Core.GameConfig = { // 省略 // これを追加 scale: { mode: Phaser.Scale.FIT, parent: "game-app", width: 1280, height: 720 }, // 省略 } new Phaser.Game(config)