Reduce font size in preview window

This commit is contained in:
Steven Robertson 2011-12-28 15:39:33 -05:00
parent 808bd66138
commit 2bfe896204

View File

@ -74,7 +74,7 @@ def main(args, prof):
window = pyglet.window.Window(w, h) window = pyglet.window.Window(w, h)
image = pyglet.image.CheckerImagePattern().create_image(w, h) image = pyglet.image.CheckerImagePattern().create_image(w, h)
label = pyglet.text.Label('Rendering first frame', x=5, y=5, label = pyglet.text.Label('Rendering first frame', x=5, y=5,
font_size=24, bold=True) font_size=16, bold=True)
@window.event @window.event
def on_draw(): def on_draw():