root game.py
aratılır
Kod:
from _weakref import proxy
Kod:
from switchbot import Bot
aratılır
Kod:
self.__ProcessPreservedServerCommand()
Kod:
self.switchbot = Bot()
self.switchbot.Hide()
aratılır
Kod:
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
Kod:
onPressKeyDict[app.DIK_F5]= lambda : self.VectorsSwitchbot()
game.py sonuna eklenir
Kod:
def VectorsSwitchbot(self):
if self.switchbot.Vectors_bot_shown == 1:
self.switchbot.Hide()
else:
self.switchbot.Show()
switchbot.py root içine atılır.Kodları rar içerisinden kopyalayın.