tweak: speed number position

This commit is contained in:
tomasklaen
2022-10-01 12:29:32 +02:00
parent c2b10b6ead
commit 40c675dd1f

View File

@@ -2421,7 +2421,7 @@ function Speed:render()
-- Speed value
local speed_text = (round(state.speed * 100) / 100) .. 'x'
ass:txt(half_x, ay, 8, speed_text, {
ass:txt(half_x, ay + (notch_ay_big - ay) / 2, 5, speed_text, {
size = self.font_size, color = options.background_text,
border = options.text_border, border_color = options.background, opacity = opacity,
})