From 155ecd424edae6b72ef655ee7ab96068ec1b6249 Mon Sep 17 00:00:00 2001 From: copycode69 Date: Wed, 30 Oct 2024 20:36:02 +0530 Subject: [PATCH] update new --- .../build-a-flappy-bird-clone-with-phaser/flappy_bird/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/build-a-flappy-bird-clone-with-phaser/flappy_bird/app.js b/projects/build-a-flappy-bird-clone-with-phaser/flappy_bird/app.js index 9a5a2249..17e0ff7f 100644 --- a/projects/build-a-flappy-bird-clone-with-phaser/flappy_bird/app.js +++ b/projects/build-a-flappy-bird-clone-with-phaser/flappy_bird/app.js @@ -1,5 +1,5 @@ let config = { - renderer: Phaser.AUTO, + type: Phaser.AUTO, width: 800, height: 600, physics: {