DigitalExtinction / Game

A 3D RTS game implemented in Rust.
https://de-game.org
GNU Affero General Public License v3.0
307 stars 24 forks source link

Draw colored bars on all entities #756

Open Indy2222 opened 1 year ago

Indy2222 commented 1 year ago

So it is possible to visually distinguish to which player it belongs (each player has a different color).

Zakru commented 1 year ago

I believe optimally the player color would be part of the object's model. Models could have neutral parts and parts that are rendered with the player color. An example that doesn't necessarily fit the theme would be a person, with skin that is rendered the same way for everyone, but with clothes that are colored based on the player.