tweak: speed number position
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
Reference in New Issue
Block a user