From 4509d521b1f285332a3dba138a1adafa44a45f1d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 31 Dec 2013 09:53:25 -0800 Subject: Set text speed default to 100 instead of 0.5. --- www/js/html5ks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/js/html5ks.js b/www/js/html5ks.js index e5f6c07..6cd6306 100644 --- a/www/js/html5ks.js +++ b/www/js/html5ks.js @@ -13,7 +13,7 @@ window.html5ks = { fullscreen: false, scaleAll: true, scaleVideo: true, - textSpeed: 0.5, + textSpeed: 100, autoModeDelay: 0.2, musicVolume: 1, ambientVolume: 1, -- cgit v1.2.3-54-g00ecf