euthyphro8 / proto-ninja

Ninja party local multiplayer prototype.
0 stars 0 forks source link

Dynamic Character Skinning #20

Open euthyphro8 opened 4 years ago

euthyphro8 commented 4 years ago

Each character should have a unique color on start. Dre has already made the materials for each, either the level manager should be able to pass it to the Player or the player should set the material based on its ID.

euthyphro8 commented 4 years ago

Keep in mind this may need to be done in a fairly extensible way. Eventually, it may need to account for different classes, see #27.