Full code rewrite
legoraft opened this issue ยท 4 comments
The current codebase is kind of a mess with a lot of if statements and everything crammed into a single mixin. All the code needs a rewrite with a few features:
- Switch statement in stead of if statements piled upon each other
- Render method within main
armorHud
class - Automatic support for parity issues
I think that the rewrite is somewhat completed now. I will take a look at the codebase at a later point in the project
switch statements won't work in this case, moving code to main class also isn't possible