User prompt
Move the menu asset down a lot more
User prompt
Move the menu asset down a lot
User prompt
Move the menu asset down a lot
User prompt
Make the menu asset a bit bigger
User prompt
Make the menu asset bigger
User prompt
Make the menu asset 3x bigger
User prompt
Make the menu asset realy big
User prompt
Make it really big
User prompt
Add the menu asset
User prompt
Move it s little higher
User prompt
Move it down
User prompt
More to the left
User prompt
And move it to the left a lot
User prompt
Make it 2x bigger
User prompt
Add slime asset to the screen
User prompt
DELETE THE CUBES AND THE LOGIC
User prompt
No i mean delete the game itself its nothing like what i want. Make just a green background
User prompt
Delete all that,
Initial prompt
Slime battle
/**** * Initialize Game ****/ //<Assets used in the game will automatically appear here> //<Write imports for supported plugins here> var game = new LK.Game({ backgroundColor: 0x008000 //Init game with green background }); /**** * Game Code ****/ // Add slime asset to the game screen, make it 2x bigger and move it to the left var slime = game.addChild(LK.getAsset('Slime', { anchorX: 0.5, anchorY: 0.5, x: 200, y: 1800, // Adjusted y position to move the slime a little higher scaleX: 2, scaleY: 2 })); // Add menu asset to the game screen var menu = game.addChild(LK.getAsset('Menu', { anchorX: 0.5, anchorY: 0.5, x: 1024, y: 2766, scaleX: 25, scaleY: 25 }));
===================================================================
--- original.js
+++ change.js
@@ -24,8 +24,8 @@
var menu = game.addChild(LK.getAsset('Menu', {
anchorX: 0.5,
anchorY: 0.5,
x: 1024,
- y: 2666,
+ y: 2766,
scaleX: 25,
scaleY: 25
}));
\ No newline at end of file