werignac / Environmental-Shenanigans

A 2D platformer where animals can reflect projectiles shot by pollution monsters.
0 stars 0 forks source link

Changing the Character field for Players into an Enum #31

Closed werignac closed 4 years ago

werignac commented 4 years ago

I changed the character field into an enum so that we can easily communicate what integer refers to what kind of player. If you're making a new player type in the csv make sure to add it as an enum in the player class as well.