diff options
| author | s1nical <[email protected]> | 2019-08-10 17:18:08 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-10 17:18:08 -0700 |
| commit | 77bcf774289b1fd414ace05046190755825384a9 (patch) | |
| tree | 2c0bebee878526d1652d27506c559bbb92dcdbd2 /js | |
| parent | alternate 404 for mobile, desktop pages redirect to mobile (diff) | |
| download | s1n.pw-admin-77bcf774289b1fd414ace05046190755825384a9.tar.xz s1n.pw-admin-77bcf774289b1fd414ace05046190755825384a9.zip | |
replace with todo
Diffstat (limited to 'js')
| -rw-r--r-- | js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ var pattern = Trianglify({ x_colors: ['#040404', '#f9f9f9', '#fffff4', '#fbf7f5', '#d55454'], // Cappuccino: ['#854442', '#3c2f2f', '#fff4e6', '#be9b7b', '#4b3832']
y_colors: ['#f9f1f1', '#f9f9f9', '#fffff4', '#fbf7f5', '#f9f1f1'], // Random colour generator: "#"+((1<<24)*Math.random()|0).toString(16)
variance: 10,
- seed: Number.parseInt(Math.floor(Math.random() * 100)), // Random seed generator: Number.parseInt(Math.floor(Math.random() * 100))
+ seed: Number.parseInt(Math.floor(Math.random() * 100)), // TODO: Live seed transitioning.
cell_size: 160
});
|