diff --git a/index.html b/index.html index 62e91a5..43754cf 100644 --- a/index.html +++ b/index.html @@ -5,15 +5,25 @@ КОЛОБОК 0.1.0 +
diff --git a/игра/011.phaser.js b/игра/011.phaser.js index 457112c..c2bfbf9 100644 --- a/игра/011.phaser.js +++ b/игра/011.phaser.js @@ -16,7 +16,7 @@ scale: { width: 800, height: 600, - expandParent: true, + parent: document.getElementById("родитель"), mode: Phaser.Scale.ENVELOP, autoCenter: Phaser.Scale.CENTER_BOTH, },