πΌοΈImage
--Position (x, y)
position = {500., 500.}
--Image Size (width, height)
size = {100., 300.}
--Draw image on draw
function OnDraw()
draw_image(position, size, "C:\\Path\\To\\Your\\Image.png")
end--Position (x, y)
position = {500., 500.}
--Image Size (width, height)
size = {100., 300.}
--Draw image on draw
function OnDraw()
draw_image(position, size, "C:\\Path\\To\\Your\\Image.png")
end