henck / trizbort

This is a browser implementation of the Trizbort adventure game mapping and code generation software.
MIT License
24 stars 16 forks source link

Hand-drawn style jitter #84

Open henck opened 4 years ago

henck commented 4 years ago

The hand-drawn style creates a jittering effect as it redraws lines. It does this, I presume, because it uses a new random seed for every line it draws. It would be better if the random seed were saved with the line somehow (or with the View) so that it always draws the same lines so you wouldn't see any jittering.