• Matt Lowe's avatar
    Colored PT · 004a952c
    Matt Lowe authored
    I compare the card pt, to the card with the same name in the db. if the
    card is found, we compare the pt, of the db item and the item in play.
    If there is not a match then we change the color of the PT. This is
    pretty much the same as mtgo does it.
    
    I looked into having only the P, or the T colored, though this is not
    posible, when you set a pen color you can not change it partway through
    painting a string. That would require 3 strings painted, one for p, /
    and t. Which is more effort than its worth. This does the job pretty
    well.
    
    I have also moved the pt slightly to the left so it lines up better. I
    have some images to compate.
    004a952c