Mods
This commit is contained in:
parent
3fa72e76a0
commit
1dee91fc28
|
@ -238,7 +238,7 @@ class Window:
|
|||
Window.speed.currentIndexChanged.connect(Game.update_speed)
|
||||
|
||||
Window.mode = QComboBox()
|
||||
tooltip = "Game mode\n"
|
||||
tooltip = "The type of updates\n"
|
||||
tooltip += "All: All kind of updates\n"
|
||||
tooltip += "Score: Only triumph and hit updates\n"
|
||||
tooltip += "Travel: Only travel updates\n"
|
||||
|
|
Loading…
Reference in New Issue