- Mesaj
- 384
- Çözümler
- 7
- Beğeni
- 129
- Puan
- 529
- Ticaret Puanı
- 0
ne hikmetse normalde kullanılan radio_button yeni ekledıgım butonda kullanılmıyor radio buton type kullanırsam butona 1kere basabiliyorum farklı butona basıp gerı ona basınca etki yok.
button secersem tıklanıyor sıkıntı yok kafaları yersinnnn
button secersem tıklanıyor sıkıntı yok kafaları yersinnnn
Python:
{
"name" : "worldboss_info",
"type" : "radio_button",
"x" : WINDOW_WIDTH-171,
"y" : 148,
"default_image" : IMG_DIR+"boss_0.tga",
"over_image" : IMG_DIR+"boss_1.tga",
"down_image" : IMG_DIR+"boss_2.tga",
"children":(
{
"name" : "worldboss_info_text",
"type" : "multi_text",
"x" : 93,
"y" : 32,
"text" : localeInfo.TELEPORT_FARM_5X,
"text_type" : "horizontal#center",
"text_range" : 11,
},
),
},
{
"name" : "farm25x_info",
"type" : "radio_button",
# "type" : "button",
"x" : WINDOW_WIDTH-171,
"y" : 241,
"default_image" : IMG_DIR+"boss_0.tga",
"over_image" : IMG_DIR+"boss_1.tga",
"down_image" : IMG_DIR+"boss_2.tga",
"children":(
{
"name" : "worldboss_info_text",
"type" : "multi_text",
"x" : 93,
"y" : 32,
"text" : localeInfo.TELEPORT_FARM_5X,
"text_type" : "horizontal#center",
"text_range" : 11,
},
),
},