Changed Projectstructure + Some changes on pygame-test
Added Username function Added Gameobjectposition lastframe Added prototype function stepping_movement Code cleanup
This commit is contained in:
15
modules/Statics.py
Normal file
15
modules/Statics.py
Normal file
@@ -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