Aizher800 / CRE311-RoyalChairBrawl

3 stars 4 forks source link

Player color #17

Open ItsjustAvy opened 4 years ago

ItsjustAvy commented 4 years ago

players are assigned a color based on number P1 - Red P2 - Blue P3 - Green P4 - Yellow

each character has their texture, a few elements of their texture will be colored according to the what player number/color the player is. Example: the monkey king controlled by player 1 (P1) will have a red belt (and maybe crown?), the monkey king controlled by player 3 (P3) will have a green belt.

this allows players to easily recognize the character they are controlling

this idea was inspired by RTS game like Warcraft 3 or Age of mythology (if you want to check how examples of this) screen shot that took so much damn effort to get note how the characters are differentiated by team

moofrog commented 4 years ago

We could also let the players choose their own colour. This tutorial video runs through how to set it up:

Create a Local Co-Op Player Setup Screen in Unity with the New Input System - Broken Knights Games

Adapting that method a bit, we could allow players to select what character model they fight as too.