mirror of
				https://github.com/stevenrobertson/cuburn.git
				synced 2025-11-03 18:00:55 -05:00 
			
		
		
		
	Reduce font size in preview window
This commit is contained in:
		
							
								
								
									
										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():
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user