Jump to content

PUPDmD label layers


llyrric

Recommended Posts

I am trying to figure out how PUPDMD determines the label drawing order.  I have a background image and I need to add a text label over the top of the image. I thought maybe the order you put them in code might fix it, but it doesn't work like that apparently.  I have them in the same order in the puPlayer.labelnew section. Right now the text label is drawing behind the png.  Anyone knwo how to fix?  Thanks

 

    PuPlayer.LabelSet GlobalDMDScreen, "P1ScoreBG", "DMD\\scorebgfinal.png",1,"{'mt':2,'color':111111,'width':35, 'height':8,'xalign':0,'yalign':0,'ypos':3,'xpos':2}"
    puPlayer.LabelSet GlobalDMDScreen,"CurScore","" & Score(CurrentPlayer),1,"{'mt':2,'color':15327849,'size': 6.5, 'width':35, 'height':8,'xalign':0,'yalign':0,'ypos':3,'xpos':2}"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...