Keymaps
This commit is contained in:
@@ -1,10 +1,16 @@
|
|||||||
import Game
|
import Game
|
||||||
import User
|
import User
|
||||||
import Controls
|
import Controls
|
||||||
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def __main__():
|
def __main__():
|
||||||
|
#label = subprocess.check_output(["git", "describe"]).strip()
|
||||||
|
def get_git_revision_hash():
|
||||||
|
return subprocess.check_output(['git', 'rev-parse', 'HEAD'])
|
||||||
|
|
||||||
game = Game.game()
|
game = Game.game()
|
||||||
game.run()
|
game.run()
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user