Guest User

Untitled

a guest
Oct 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if(var5){
  2. LunarGuiMethods.drawMoreHDRoundedBorderedRect(this.xPosition - 2, this.yPosition - 2, this.xPosition + this.width + 2, this.yPosition + this.height + 2, 2, 0xaf979797, 0xaf000000);
  3. }else{
  4. LunarGuiMethods.drawMoreHDRoundedBorderedRect(this.xPosition, this.yPosition, this.xPosition + this.width, this.yPosition + this.height, 2, 0xaf979797, 0xaf111111);
  5. }
Add Comment
Please, Sign In to add comment