Do not center text
This commit is contained in:
		@@ -42,8 +42,9 @@ function love.draw(...)
 | 
				
			|||||||
		local centerY = love.graphics.getHeight() / 2
 | 
							local centerY = love.graphics.getHeight() / 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		-- Calculate textX and textY
 | 
							-- Calculate textX and textY
 | 
				
			||||||
		local textX = math.floor(centerX - (font:getWidth(text) / 2))
 | 
							--local textX = math.floor(centerX - (font:getWidth(text) / 2))
 | 
				
			||||||
		local textY = math.floor(centerY - (font:getHeight(text) / 2))
 | 
							--local textY = math.floor(centerY - (font:getHeight(text) / 2))
 | 
				
			||||||
 | 
							local textX, textY = 10, 10
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		local realText
 | 
							local realText
 | 
				
			||||||
		if errorMessage then
 | 
							if errorMessage then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user