Advertisement
Level4

DB unique LP and HUD

May 30th, 2022
1,453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.57 KB | None | 0 0
  1. //borders and lp bar
  2.      if($('#avatar1').find("img[src='" + "https://images.duelingbook.com/low-res/2319.jpg" + "']").length){
  3.         if ($('#avatar1').find("img[src='" + "https://images.duelingbook.com/low-res/2319.jpg" + "']").length) {
  4.             $("#avatar1").css("background", "linear-gradient(360deg, #ffb694, #ffffff)");
  5.             $("#lifepoints1").find(".life_bar").css("background", "linear-gradient(360deg, #ffb694, #ffffff)");
  6.         }
  7.     } else {
  8.         avatar.removeAttribute("style");
  9.         lp.querySelector('.life_bar').removeAttribute("style");
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement