Default line width should be 1
This commit is contained in:
		@ -12,7 +12,7 @@ def init():
 | 
			
		||||
    freetype.init()
 | 
			
		||||
    FONT = freetype.SysFont('Arial', 16)
 | 
			
		||||
 | 
			
		||||
def line(surface, color, start, end, width=0):
 | 
			
		||||
def line(surface, color, start, end, width=1):
 | 
			
		||||
    pygame.draw.line(surface, color,
 | 
			
		||||
                     add(*OFFSET, *start), add(*OFFSET, *end), width)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user