diff options
| author | jules <jules@okfoc.us> | 2016-04-18 16:45:42 -0400 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2016-04-18 16:45:42 -0400 |
| commit | 567ff9c4ad1aba2a9dba6ccea47c4ddbcaf3a1a6 (patch) | |
| tree | 14ecf74426550d33605b5fd185604b56bb126d78 | |
| parent | a1f825e389850c646c036e3f475dda26ce6d5d50 (diff) | |
default rendered framerate to 20 fps
| -rw-r--r-- | shader-combo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-combo.html b/shader-combo.html index d2147a5..ddae5bd 100644 --- a/shader-combo.html +++ b/shader-combo.html @@ -147,7 +147,7 @@ a { color: #00f; } <br> <span id="frame-controls"> frames <input type="text" id="framecount" value="20"> - rate <input type="text" id="framedelay" value="0.06s"> + rate <input type="text" id="framedelay" value="0.05s"> bg <input type="text" id="background" value="#fff"> <button id="add-frame">+add</button> <select id="reorder-frames"> |
