- Mesaj
- 880
- Çözümler
- 21
- Beğeni
- 125
- Puan
- 559
- Ticaret Puanı
- 0
Esc menüye buton ekledim. F9'da bulunan wiki sistemin esc'ye taşımam gerekiyor ne yaptıysam ne denediysem olmadı.
Linkleri görebilmek için
giriş yap veya kayıt ol.
game.py
systemdialog.py:
# Wiki Sistemi
{
"name" : "btnOptions2",
"type" : "button",
"x" : 285,
"y" : 135,
"tooltip_text" : uiScriptLocale.BTN_WIKI_SYSTEM,
"default_image" : PATH + "bosbutonikili.png",
"over_image" : PATH + "bosbutonikili2.png",
"down_image" : PATH + "bosbutonikili3.png",
"pick_always" : 1,
"children" :
[
{
"name" : "btnOptionsImg",
"type" : "image",
"x" : 37,
"y" : 10,
"image" : PATH + "wiki.png",
},
],
},