Overv / WebCraft

Minecraft clone written in Javascript.
zlib License
386 stars 179 forks source link

Player's skin (Multiplayer) #24

Closed ficopang closed 6 years ago

ficopang commented 6 years ago

How to make custom skin for client nickname? (for example: someone using nickname aldi). so every one is steve skin, but aldi have his own skin

Overv commented 6 years ago

You would have to create an extra texture here:

https://github.com/Overv/WebCraft/blob/master/js/render.js#L91

And then bind that alternative texture instead of the default one here based on a nickname condition:

https://github.com/Overv/WebCraft/blob/master/js/render.js#L186