diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-13 01:23:27 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-13 01:26:11 -0400 |
| commit | ff0b10665ed839f2ae5855b90cc8dd26d3ef740e (patch) | |
| tree | dbe09b3e3f47977770dd472d668f87d0ce32229c /views/controls/editor/light-control.ejs | |
| parent | 4d02975c65a819c15d38b3df56a454cbfebe636b (diff) | |
bring in lightcontrol & wallpaper picker
Diffstat (limited to 'views/controls/editor/light-control.ejs')
| -rw-r--r-- | views/controls/editor/light-control.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs index 782c400..ddd282b 100644 --- a/views/controls/editor/light-control.ejs +++ b/views/controls/editor/light-control.ejs @@ -1,10 +1,10 @@ <div class="vvbox lightcontrol"> <div class="slider"> - <input type="range" min="0" max="100" value="0" id="shadow-control" /> + <input type="range" min="0" max="100" value="0" id="outline-hue" /> <h4>Outline Hue</h4> </div> <div class="slider"> - <input type="range" min="0" max="100" value="100" id="brightness-control" /> + <input type="range" min="0" max="100" value="100" id="wall-hue" /> <h4>Wall Hue</h4> </div> <div class="slider"> @@ -15,4 +15,4 @@ <input type="range" min="0" max="100" value="0" id="shadow-control" /> <h4>Shadow</h4> </div> -</div>
\ No newline at end of file +</div> |
