From 0e095022ffd004850e5df70f4ea0a32c1774c2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Roman=C3=AD?= Date: Sun, 10 Mar 2024 10:05:53 +0100 Subject: [PATCH] Update main.js Update GameConfig docs version in comment. --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 100d25e..8de7336 100644 --- a/src/main.js +++ b/src/main.js @@ -7,7 +7,7 @@ import { MainMenu } from './scenes/MainMenu.js'; import { Preloader } from './scenes/Preloader.js'; // Find out more information about the Game Config at: -// https://newdocs.phaser.io/docs/3.70.0/Phaser.Types.Core.GameConfig +// https://newdocs.phaser.io/docs/3.80.0/Phaser.Types.Core.GameConfig const config = { type: Phaser.AUTO, width: 1024,