===================================================================
--- original.js
+++ change.js
@@ -1,9 +1,14 @@
-/****
+/****
* Initialize Game
-****/
+****/
//<Assets used in the game will automatically appear here>
//<Write imports for supported plugins here>
//<Write entity 'classes' with empty functions for important behavior here>
var game = new LK.Game({
- backgroundColor: 0x000000 //Init game with black background
-});
\ No newline at end of file
+ backgroundColor: 0x000000 //Init game with black background
+});
+
+/****
+* Game Code
+****/
+console.log("Hello");
\ No newline at end of file