text was slightly off-center

pull/13/head v0.2.6
Ishaan Bhardwaj 2020-12-20 15:31:42 -05:00
parent 548612123a
commit 042dbd220b
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ function ConfigScene:render()
)
love.graphics.setFont(font_3x5_3)
love.graphics.print("SFX Volume: " .. math.floor(self.sfxSlider:getValue()) .. "%", 70, 325)
love.graphics.print("BGM Volume: " .. math.floor(self.bgmSlider:getValue()) .. "%", 370, 325)
love.graphics.print("SFX Volume: " .. math.floor(self.sfxSlider:getValue()) .. "%", 75, 325)
love.graphics.print("BGM Volume: " .. math.floor(self.bgmSlider:getValue()) .. "%", 375, 325)
love.graphics.setFont(font_3x5_4)
love.graphics.print("GAME SETTINGS", 80, 40)