orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Use username as seed for random in BackgroundAnimation's

Open haadcode opened this issue 7 years ago • 0 comments

Math.random function in BackgroundAnimation.js should use the the username as the random's seed (in LoginView).

BackgroundAnimation should take a seed from the passed properties:

<BackgroundAnimation seed='text'/>

This enables to tie the little orbiting planets to the username, ie. every time you type in your username, you see the same planets.

haadcode avatar Sep 02 '16 13:09 haadcode