Not important updates

This commit is contained in:
SweetSea-ButImNotSweet
2024-05-20 19:23:00 +07:00
parent 62dc4b1abf
commit 2c1f7485ad
5 changed files with 97 additions and 40 deletions

View File

@@ -28,11 +28,11 @@ function ConfigScene:render()
end
love.graphics.setColor(1, 1, 1, 0.5)
love.graphics.rectangle("fill", 75, 118 + 50 * self.menu_state, 400, 35)
love.graphics.rectangle("fill", 75, 118 + 50 * self.menu_state, 300, 35)
love.graphics.setColor(1, 1, 1, 1)
for i, screen in pairs(menu_screens) do
drawText(screen.title, 80, 120 + 50 * i, 400, "left")
drawText(screen.title, 80, 120 + 50 * i, 300, "left")
end
end