OtagoPolytechnic / Duck

Duck-struction is a roguelike top-down wave shooter. This is a student project.
https://pbwiseman.itch.io/duckstruction
GNU General Public License v3.0
3 stars 0 forks source link

Refactor player health file #21

Closed AlexReidNZ closed 3 months ago

AlexReidNZ commented 3 months ago

All of the public static variables need to be private, with getter setters to access/change them from other scripts. It also needs to be renamed, as this file contains all payer stats/variables, not just health.