Guest User

Untitled

a guest
Apr 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. defaults.text.color='FFFFFF';
  2.  
  3.  
  4. // Background
  5. image({file:'0oASQ76CU1hnJQMsAi/Signature.png', x:0, y:0});
  6.  
  7. // Rank image
  8. image({file:p.stats.rank.img_medium, x:124, y:2, w:70, h:70});
  9.  
  10.  
  11. // Name
  12. text({x:180, y:30, size:15, font:'fonts/VeraBd.ttf', text:p.name});
  13.  
  14. // Stats
  15.  
  16. text({x:220, y:45, text:'Grillades :'});
  17. text({x:220, y:60, text:'Saucissons donnés :'});
  18.  
  19.  
  20. text({x:390, y:45, align:'right', text:p.stats.global.revives});
  21. text({x:390, y:60, align:'right', text:p.stats.global.heals});
Add Comment
Please, Sign In to add comment