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: { 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