- Mesaj
- 316
- Çözümler
- 7
- Beğeni
- 182
- Puan
- 749
- Ticaret Puanı
- 0
Hello guys
This is the best for those who are annoyed by this thing
When you open the windows and then you travel, it is difficult to use the mouse in the places where you were working with the windows before traveling, and this thing is very annoying, so I wanted to share with you
We go to interfaceModule.py
This is the best for those who are annoyed by this thing
When you open the windows and then you travel, it is difficult to use the mouse in the places where you were working with the windows before traveling, and this thing is very annoying, so I wanted to share with you
Linkleri görebilmek için
giriş yap veya kayıt ol.
We go to interfaceModule.py
Python:
if self.wndInventory:
self.wndInventory.Hide()#fix
self.wndInventory.Destroy()
if self.wndDragonSoul:
self.wndDragonSoul.Hide()#fix
self.wndDragonSoul.Destroy()