Files
python-tests/modules/Statics.py
administrator 45c730a174 Changed Projectstructure + Some changes on pygame-test
Added Username function
Added Gameobjectposition lastframe
Added prototype function  stepping_movement
Code cleanup
2024-01-07 10:42:15 +01:00

16 lines
246 B
Python

class statics:
_menutitle = "Hauptmenü"
_menupoints = ("Einstellungen",
"Highscore")
_version = "1.0"
#def __init__(self) -> None:
# for x in self._menupoints:
# print(x)
# pass