User prompt
convertbutton assetini silmeyecektin sadece halve odds için convert button assettini kullanmayacaktın geri ekle
User prompt
dostum halve button için zaten convert button assetini kullanıyorsun ve onun için yeni oluşturuyorsun o convert buttonu sil ve yeni oluşturduğun ile değiştir
User prompt
halver button için image asset ekle
User prompt
button içinde ayrı bir asset ekle
User prompt
buttonu biraz daha sağa yerleştir
User prompt
sol üste 3000 gold fiyatına 1 dakikalığında kartların nadirlik oranlarını yarı yarıya düşürme butonu ekle
User prompt
ekleme yap eğer oyuncu o nadirliği çıkartmadıysa listede ? olarak göster
User prompt
Mythic değeri için diğerlerinden daha havalı bir efekt ve ayrı bir çıkış soundu ve kart asseti yap
User prompt
o yer için arkaplan ekle ve Mythic nadirliği ekle ve legendaryden 10 kat daha nadir olsun
User prompt
sol tarafa bir yer ekle oyundaki tüm nadirlikleri ekle ve eğer oyuncu o nadirliği elde etmişse yanına tik ekle
User prompt
xp ve level alt tarafta gözüksün
User prompt
butonlara basma ses efekti ve para ve gem gelince onlarada ses efekti ekle ve level sistemi ekle kart nadirliğine göre xp bar ve level sistemi ekle
User prompt
tüm kartların kart isim textini sil ve her çıkan nadirlik efekti için sound ekle
User prompt
arka plan için farklı bir asset oluştur ve 20 gem yerine 100 gem versin reward
User prompt
arkaplan ekle
User prompt
gold textleri kartların altında çıksın
User prompt
yazıların outlinesi siyah olsun belli olmuyor ve kartların üstündeki COMMON kart isimlerin yazılarını sil
User prompt
20 gem buttonu içinde asset ekle
Code edit (1 edits merged)
Please save this source code
User prompt
Display an effect on the screen based on the rarity of the card. Spinning costs 1 gem, but if the player has no gems, add a button on the right that gives 20 gems every 1 minute.
Code edit (1 edits merged)
Please save this source code
User prompt
Spin & Win: Card Fortune
Initial prompt
MAKE AN RNG-BASED GAME There should be 2 types of currency: GEMS and GOLD In the center of the screen, there will be a button called SPIN. When you press the button: Cards with random values will appear on the screen. Based on the value of the card that appears, you'll earn gold. You will be able to convert gold into gems. The cards will appear randomly, and their appearance will change based on rarity.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});
common card. In-Game asset. 2d. High contrast. No shadows
epic card. In-Game asset. 2d. High contrast. No shadows
legendary card. In-Game asset. 2d. High contrast. No shadows
rare card. In-Game asset. 2d. High contrast. No shadows
spin button. In-Game asset. 2d. High contrast. No shadows
convert button. In-Game asset. 2d. High contrast. No shadows
reward. In-Game asset. 2d. High contrast. No shadows
table background for card game. 2d. High contrast. No shadows
luck button. In-Game asset. 2d. High contrast. No shadows
MYTHIC card. In-Game asset. 2d. High contrast. No shadows