diff options
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> |
