Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <script>
  2.  
  3. let czasVeryhtus = 1580;
  4. var b1 = $('#btnboss1');
  5. var b2 = $('#btnboss1x2');
  6. var b3 = $('#btnboss1x3');
  7.  
  8.  
  9.  
  10. var t = b1.click(function t(){
  11. czasVeryhtus--;
  12. console.log(czasVeryhtus);
  13.  
  14. });
  15.  
  16. function stop(){
  17. };
  18.  
  19. var r = b3.click(function r(){
  20. czasVeryhtus = 1580;
  21. console.log(czasVeryhtus);
  22. });
  23. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement