b2 #15

Merged
kar merged 124 commits from b2 into fetch2 2024-06-17 13:45:13 +00:00
Showing only changes of commit 36d18e0e76 - Show all commits

View File

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