Mercurial > touhou
diff pytouhou/ui/gamerenderer.pyx @ 345:2c4589370cc6
Display a boss remaining lives and timeout.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 05 Jul 2012 00:11:19 +0200 |
parents | 61caded6b4f5 |
children | 74471afbac37 |
line wrap: on
line diff
--- a/pytouhou/ui/gamerenderer.pyx +++ b/pytouhou/ui/gamerenderer.pyx @@ -95,6 +95,6 @@ cdef class GameRenderer(Renderer): self.render_elements(chain(game.bullets, game.lasers, game.cancelled_bullets, game.items, (item.indicator for item in game.items if item.indicator), - *(label.objects() for label in game.labels))) + *(label.objects() for label in game.labels))) glEnable(GL_FOG)