User prompt
Make the shop text color in the market interface white
User prompt
Change the market text in the market interface to shop
User prompt
Upgrade texts are not visible
User prompt
Add upgrade texts
User prompt
Upgrade texts are behind the upgrade image
User prompt
Upgrade buttons appear before text
User prompt
Delete x on the close button
User prompt
Market interface should not cover the entire screen
User prompt
Make the background of the market interface a separate image
User prompt
Make the coin bigger
User prompt
Make the coin bigger
User prompt
Make the coin a little bigger
User prompt
Make the coin bigger
User prompt
The features in the market should not be a single purchase, the price should increase 1.5x as you buy.
User prompt
Please fix the bug: 'TypeError: costTxt.style is undefined' in or related to this line: 'costTxt.style.fill = "#bbb";' Line Number: 289
User prompt
Please fix the bug: 'TypeError: costTxt.setFill is not a function' in or related to this line: 'costTxt.setFill("#bbb");' Line Number: 289
User prompt
Please fix the bug: 'TypeError: costTxt.style is undefined' in or related to this line: 'costTxt.style.fill = "#bbb";' Line Number: 289
User prompt
Market button not visible
Code edit (1 edits merged)
Please save this source code
User prompt
Bitcoin Clicker Tycoon
Initial prompt
I want you to make me earn bitcoin by clicking coins, there should be a market button on the right corner of the screen, when I click on it, the market screen should appear, there should be things that will strengthen my clicking in the market.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});