From f52a787ef03715dac6da1808e05563510d5bb683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sat, 17 Apr 2021 15:09:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=BD=D1=8B=D0=B9=20=D1=8D?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 +++++++++++++--- игра/011.phaser.js | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) 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, },