🔰 Derece sistemi düzenleme

CerkutaY

Moderatör
Onaylanmış Üye
13 Kas 2020
242
68
Çevrimiçi zamanı
1d 13h 15m
18
29
Best answers
0
Oyuncu
Metin2
Merhaba Arkadaşlar :

Derece Sistemi İçin Bilgilendirme Yapalım Dedik
Çok fazla söze gerek yok basit bir görüntü düzenlemesi, karakteriniz henüz derece almamışken alabileceği özellikleri önceden görebilir.

kendinize göre düzenleme yapmanız gerekebilir orasıda size kalmış.

uicharacter.py aç ve arat

KOD


1-elif point >= 1000:
2 -self.toolTipAlignment.AutoAppendTextLine(localeInfo.ALIGN_BONUS_GOOD_1_A, self.toolTipAlignment.POSITIVE_COLOR)
3-self.toolTipAlignment.AutoAppendTextLine(localeInfo.ALIGN_BONUS_GOOD_1_B, self.toolTipAlignment.POSITIVE_COLOR)
4 - self.toolTipAlignment.AppendSpace(2)

altına ekle Diyoruz Sonra

KOD

1 - elif point < 1000:
2 - self.toolTipAlignment.AutoAppendTextLine(localeInfo.ALIGN_BONUS_GOOD_0_A, self.toolTipAlignment.NEGATIVE_COLOR)
3 - self.toolTipAlignment.AutoAppendTextLine(localeInfo.ALIGN_BONUS_GOOD_0_B, self.toolTipAlignment.NEGATIVE_COLOR)
4 - self.toolTipAlignment.AutoAppendTextLine(localeInfo.ALIGN_BONUS_GOOD_0_C, self.toolTipAlignment.NEGATIVE_COLOR)
5 - self.toolTipAlignment.AppendSpace(2)

locale_game.txt aç ve ekle

KOD


1 - ALIGN_BONUS_GOOD_0_A Yükselen Maks HP: +0
2 - ALIGN_BONUS_GOOD_0_B Canavarlara Karşı Güç: +%0
3 - ALIGN_BONUS_GOOD_0_C Metin Taşlarına Karşı Güç: +%0

123456.png
 
Üst