===================================================================
--- original.js
+++ change.js
@@ -43,9 +43,9 @@
* Initialize Game
****/
// Define a class for levels
var game = new LK.Game({
- backgroundColor: 0x000000 //Init game with black background
+ backgroundColor: 0x1e90ff //Init game with sky blue background
});
/****
* Game Code