===================================================================
--- original.js
+++ change.js
@@ -1,10 +1,25 @@
-/****
+/****
* Initialize Game
-****/
-//<Assets used in the game will automatically appear here>
+****/
//<Write imports for supported plugins here>
// Class for the main coding empire
// Initialize the coding empire
var game = new LK.Game({
backgroundColor: 0x000000
+});
+
+/****
+* Game Code
+****/
+var background = game.attachAsset('background', {
+ anchorX: 0.5,
+ anchorY: 0.5,
+ x: 1024,
+ y: 1366
+});
+var coder = game.attachAsset('coder', {
+ anchorX: 0.5,
+ anchorY: 0.5,
+ x: 1024,
+ y: 1366
});
\ No newline at end of file
a developer sitting on his laptop in his cubicle, typing on the keyboard. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
coffee mug. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
coffee cup 8 bit. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows