tv.drawline() line width

Store Forums Video Experimenter Bugs/Problems tv.drawline() line width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #727
    pax
    Member

    I want to change my line width. how can I do? I want to have a tiner one .

    tv.draw_line(minX, minY, maxX, minY, 1);

    #2070
    Michael
    Keymaster

    I don’t think you can. It only draws lines of width 1 pixel.

    #2146
    Blue Moon
    Member

    Try using TV.delay(100) instead of delay(100). You might also try TV.delay_frame(6) which delays 6 frames which is 1/10 of a second.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.