Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move player colors and terrain colors to the model #49

Open
Trilarion opened this issue Aug 14, 2018 · 0 comments
Open

Move player colors and terrain colors to the model #49

Trilarion opened this issue Aug 14, 2018 · 0 comments
Assignees
Labels
programming Strongly related to programming task Something to do.

Comments

@Trilarion
Copy link
Owner

For now it's better to concentrate all knowledge in the model. As it is currently the client decides how to color players and terrains but that only works if the model never changes the order of the players and the terrain. That is vulnerable. On the other hand it allows clients to have different skins/looks independent of the model. However, since the client's look will change anyway substantially, concentrate it all in the model for now and make the client "skinnable" later on.

@Trilarion Trilarion added task Something to do. programming Strongly related to programming labels Aug 14, 2018
@Trilarion Trilarion self-assigned this Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
programming Strongly related to programming task Something to do.
Projects
None yet
Development

No branches or pull requests

1 participant