From 920f7b1212be981c63a816c48cd1a9431f67b78a Mon Sep 17 00:00:00 2001 From: copycode69 Date: Mon, 28 Oct 2024 22:33:24 +0530 Subject: [PATCH 1/2] update index.html file --- projects/create-a-vr-solar-system-with-a-frame/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/create-a-vr-solar-system-with-a-frame/index.html b/projects/create-a-vr-solar-system-with-a-frame/index.html index d48ab8fe..5d90f399 100644 --- a/projects/create-a-vr-solar-system-with-a-frame/index.html +++ b/projects/create-a-vr-solar-system-with-a-frame/index.html @@ -38,5 +38,7 @@ + + \ No newline at end of file From 09243fc52d6175b37136e7f95eac192ecb466906 Mon Sep 17 00:00:00 2001 From: copycode69 Date: Mon, 28 Oct 2024 22:53:05 +0530 Subject: [PATCH 2/2] update app.js file --- .../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: {