little changes

pull/5/head
Dev 1 2023-09-27 11:21:08 +05:30
parent 515f350579
commit 36d18e0e76
1 changed files with 113 additions and 109 deletions

View File

@ -21,7 +21,11 @@ const config = {
type: Phaser.AUTO,
width: window.innerWidth,
height: window.innerHeight,
backgroundColor: 0xffffff,
backgroundColor: 0xFFFFFF,
scale: {
mode: Phaser.Scale.FIT,
autoCenter: Phaser.Scale.CENTER_HORIZONTALLY,
},
scene: {
preload: preload,
create: create,