mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Reduce font size in preview window
This commit is contained in:
parent
808bd66138
commit
2bfe896204
2
main.py
2
main.py
@ -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():
|
||||||
|
Loading…
Reference in New Issue
Block a user