===================================================================
--- original.js
+++ change.js
@@ -38,9 +38,9 @@
/****
* Initialize Game
****/
var game = new LK.Game({
- backgroundColor: 0x000000 //Init game with black background
+ backgroundColor: 0xFFA500 //Init game with orange background
});
/****
* Game Code