Mercurial > touhou
diff pytouhou/ui/gamerenderer.pyx @ 205:ee6dfd14a785
Rename pytouhou.opengl to pytouhou.ui, makes much more sense that way.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 01 Nov 2011 13:50:33 +0100 |
parents | pytouhou/opengl/gamerenderer.pyx@220c122f428c |
children | 577f45454402 |
line wrap: on
line diff
copy from pytouhou/opengl/gamerenderer.pyx copy to pytouhou/ui/gamerenderer.pyx --- a/pytouhou/opengl/gamerenderer.pyx +++ b/pytouhou/ui/gamerenderer.pyx @@ -21,9 +21,9 @@ from itertools import chain from pyglet.gl import * -from pytouhou.opengl.texture import TextureManager -from pytouhou.opengl.sprite cimport get_sprite_rendering_data -from pytouhou.opengl.background import get_background_rendering_data +from .texture import TextureManager +from .sprite cimport get_sprite_rendering_data +from .background import get_background_rendering_data MAX_ELEMENTS = 10000