Some other changes in game.py
This commit is contained in:
15
Statics.py
15
Statics.py
@@ -0,0 +1,15 @@
|
||||
class statics:
|
||||
|
||||
_menutitle = "Hauptmenü"
|
||||
_menupoints = ("Einstellungen",
|
||||
"Highscore")
|
||||
_version = "1.0"
|
||||
|
||||
|
||||
|
||||
def __init__(self) -> None:
|
||||
for x in self._menupoints:
|
||||
print(x)
|
||||
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user