Skip to content

ej038b8vhu/rb-fighting-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel fighting game

Practice OOP

fighting

  • itch

    • assets collections
  • GSAP

    • GSAP CDN
    • GSAP is a JavaScript library for building high-performance animations that work in every major browser.
    • gsap not apply to extension tab. Use css transition instead
      //gsap.to(element to have animation, { "what" to animate: way })
      gsap.to('#enemyHealth', {
        width: enemy.health + '%',
      });

Releases

No releases published

Packages

No packages published