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