I have simple image hud with 16x16 pixel, i need horizontal line, so i have to use imagescale to programmatically resize/rescale the image, but it's affect both side (left & right).
1
2
2
local img = image('gfx/white.png', w / 2, h / 2, 2) imagescale(img, 2.5, 1)
Thank you.