mirror of
https://github.com/csd4ni3l/aim-trainer.git
synced 2026-01-01 04:03:42 +01:00
Added option to customize enemy image path, and customize weapons
This commit is contained in:
@@ -8,7 +8,7 @@ class MenuButton(Button):
|
||||
super().__init__(text, scale=(.25, .075), highlight_color=color.azure, **kwargs)
|
||||
|
||||
for key, value in kwargs.items():
|
||||
setattr(self, key ,value)
|
||||
setattr(self, key, value)
|
||||
|
||||
class Main():
|
||||
def __init__(self, pypresence_client=None) -> None:
|
||||
|
||||
Reference in New Issue
Block a user