summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-10 17:18:08 -0700
committers1nical <[email protected]>2019-08-10 17:18:08 -0700
commit77bcf774289b1fd414ace05046190755825384a9 (patch)
tree2c0bebee878526d1652d27506c559bbb92dcdbd2 /js
parentalternate 404 for mobile, desktop pages redirect to mobile (diff)
downloads1n.pw-admin-77bcf774289b1fd414ace05046190755825384a9.tar.xz
s1n.pw-admin-77bcf774289b1fd414ace05046190755825384a9.zip
replace with todo
Diffstat (limited to 'js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 61b5d6b..9fa9d19 100644
--- a/js/app.js
+++ b/js/app.js
@@ -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
});