===================================================================
--- original.js
+++ change.js
@@ -74,8 +74,14 @@
/****
* Game Code
****/
// Initialize game elements
+var background = game.addChild(LK.getAsset('background', {
+ anchorX: 0.5,
+ anchorY: 0.5
+}));
+background.x = 1024;
+background.y = 1366;
var superman = game.addChild(new Superman());
superman.x = 1024;
superman.y = 2400;
var villains = [];
Gold. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
Superman. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
Zombie. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
Canavar. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows