User prompt
Migrate to the latest version of LK
User prompt
increase te win lose animation to 2 seconds
Code edit (8 edits merged)
Please save this source code
User prompt
make the multiplier font size larger
Code edit (3 edits merged)
Please save this source code
User prompt
the score multiplier has a delay before becoming visible. add 100 to that value
Code edit (4 edits merged)
Please save this source code
User prompt
increase the multiplier delay by 100
User prompt
add a 100 miliseconds delay before making the score multiplier text visible, while keeping it invisible during the flipping animation. just that instead of instantly showing it when the coin lands, we add a delay
User prompt
add a 100 miliseconds delay before making the score multiplier text visible
Code edit (1 edits merged)
Please save this source code
===================================================================
--- original.js
+++ change.js
@@ -52,9 +52,9 @@
game.tailsButton.visible = true;
game.coinFlipping = false;
LK.setTimeout(function () {
game.multiplierDisplay.visible = true;
- }, 200);
+ }, 500);
}, 440);
}
};
LK.clearTimeout(self.flipInterval);
isometric silver coin with a pirate monkey face. pirate themed. pixelated. 8 bit. viewed from the top as if the coin is resting flat.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
clean isometric silver doubloon. pirate themed. pixelated. 8 bit. viewed from the top as if the coin is resting flat.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
isometric tiny mini pirate island that floats in the sky. an red painted X marks the spot located in the center of the map. pixelated. 8 bit.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
isometric doubloon copper coin icon featuring a skull. shaped like a heart. pirate themed. pixelated. 8 bit.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
text saying "Arghhh". pirate themes. pixelated. 8 bit.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
simple golden text saying "WIN". text is bursting out of the treasure chest with golden coins bursting behind the text. pirate themed banner. pixelated. 8 bit.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.