Skip to content
Snippets Groups Projects
Commit a6262c3a authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Add todo for HUD

parent 1af60fa2
No related branches found
No related tags found
1 merge request!2Refactoring
......@@ -30,6 +30,9 @@ def on_draw():
gl.glPushMatrix()
gl.glTranslatef((window.width - board_width * ppm) / 2, (window.height - board_height * ppm) / 2, 0)
board.draw()
# TODO: draw estimated score, speed, ...
gl.glPopMatrix()
@window.event
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment