dragon curve example improvements

This commit is contained in:
Vadim Lopatin 2017-10-19 14:21:47 +03:00
parent 62ceed2870
commit 72051ce5e8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class DragonView : ScrollWidget {
int _dy;
int _x0;
int _y0;
int _length = 1000;
int _length = 256;
int _dir0 = 0; // either 0 or 1
int _straightLen = 10;
int _roundLen = 4;