Code edit (1 edits merged)
Please save this source code
User prompt
make the highscore button beside start button from the left side by 100px
User prompt
Add introbackground before game start, & startbutton with blinking animation continuously and smoothly, the start button close to the bottom by 200px, the highscore button on the left corner and close to it by area 200x200 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
change the mahjong pieces names to be names of vegetables or from nature potato-tomato-flower-tree....etc
Code edit (1 edits merged)
Please save this source code
User prompt
Shape Match Mahjong
Initial prompt
Game of mahjong each time different shapes, game have a score, introbackground and start game button close to the bottom by 200px & before the game start, the button start game have animation of blinking continuously smoothly, HighScore button on the right side in the intro before game start, background of scores when highscore button is clicked
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});