From 778c140994da7d98b7824e6ac3691b4ac8448e77 Mon Sep 17 00:00:00 2001 From: Jonathan Giacomelli Date: Wed, 15 May 2019 09:38:14 -0700 Subject: [PATCH] Update main.js --- www/net_intruder/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/net_intruder/js/main.js b/www/net_intruder/js/main.js index 50358a1..e7871e6 100644 --- a/www/net_intruder/js/main.js +++ b/www/net_intruder/js/main.js @@ -153,7 +153,7 @@ function main(){ game.scale.pageAlignHorizontally = true; game.scale.pageAlignVertically = true; } -// thisGame = this; + thisGame = this; // A simple background for our game rainbow_center = this.add.image(0, 0, 'rainbow_center'); rainbow_center.setDisplayOrigin(0);