Коммит 93d321ad создал по автору Anton Medvedev's avatar Anton Medvedev
Просмотр файлов

Merge branch 'main' into 'main'

#100 Были убраны боковые белые полосы

See merge request teknokomo/universo-monorepo!47
владельцы d1f77718 a395e566
......@@ -71,9 +71,8 @@ class EndlessCanvas extends Phaser.Scene {
const config: Phaser.Types.Core.GameConfig = {
type: Phaser.AUTO,
parent: 'phaser-container',
width: window.innerWidth < 600 ? window.innerWidth : window.innerWidth - 205,
height:
window.innerWidth < 600 ? window.innerHeight - 51 : window.innerHeight - 10,
width: window.innerWidth,
height: window.innerHeight - 8,
scale: {
mode: Phaser.Scale.FIT,
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать