VRushLP / RigorMortisGame

A game made for TCSS491 Computational Worlds, Winter 2016
2 stars 0 forks source link

Trigger refactor #116

Closed tjsg1992 closed 7 years ago

tjsg1992 commented 7 years ago

Will bring this up during our Sunday meeting. The first two commits represent a refactoring of the trigger.js file now that I understand how to do subclassing in Javascript. This I would like to merge for sure. The third and final commit may be rolled back depending on how you all feel about it. It separates the triggers into individual files. This is mostly personal style, and it's something I'd also like to do to the enemy.js class.