Advertisement
artuuu

reloadbars

May 2nd, 2022 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. _.id && ((o.reloadBarWidth,
  2. be.fillStyle = rt,
  3. be.roundRect(_.x - f - o.healthBarWidth - o.healthBarPad, _.y - d + _.scale + o.nameY - 13, o.healthBarWidth + 2 * o.healthBarPad, 17, 8),
  4. be.fill(),
  5. be.fillStyle = "#828736",
  6. be.roundRect(_.x - f - o.healthBarWidth, _.y - d + _.scale + o.nameY + o.healthBarPad - 13, 2 * o.healthBarWidth / 2 * (priR[_.sid]), 17 - 2 * o.healthBarPad, 7),
  7. be.fill()),
  8. (o.reloadBarWidth,
  9. be.fillStyle = rt,
  10. be.roundRect(_.x - f - o.healthBarPad, _.y - d + _.scale + o.nameY - 13, o.healthBarWidth + 2 * o.healthBarPad, 17, 8),
  11. be.fill(),
  12. be.fillStyle = "#828736",
  13. be.roundRect(_.x - f, _.y - d + _.scale + o.nameY + o.healthBarPad - 13, 2 * o.healthBarWidth / 2 * (secR[_.sid]), 17 - 2 * o.healthBarPad, 7),
  14. be.fill()))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement