Play Ben 10 Battle Ready Without Plugin =link=
enemy.aiCooldown = 20;
// ---------- RENDERING (battle scene) ---------- function drawHealthBar(x, y, w, h, current, max, color) ctx.fillStyle = "#330000"; ctx.fillRect(x, y, w, h); let percent = current/max; let fillW = w * percent; ctx.fillStyle = color; ctx.fillRect(x, y, fillW, h); ctx.strokeStyle = "#ffdd99"; ctx.lineWidth = 2; ctx.strokeRect(x, y, w, h); Play Ben 10 Battle Ready Without Plugin
Train Ben's 10 alien forms in a warehouse to defeat Vilgax’s ultimate robot. enemy.aiCooldown = 20
