diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-09 17:41:00 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-09 17:41:00 -0400 |
| commit | b4fd7ddd7cf6fb2a68613bc0257a650055360ea7 (patch) | |
| tree | bf4117322c8682fea24e2be169bd901bd1e978c5 /views/controls/editor/light-control.ejs | |
| parent | 50046f0197c5ef3d997dd06e95f3dcd008a654f6 (diff) | |
environment working again
Diffstat (limited to 'views/controls/editor/light-control.ejs')
| -rw-r--r-- | views/controls/editor/light-control.ejs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs new file mode 100644 index 0000000..782c400 --- /dev/null +++ b/views/controls/editor/light-control.ejs @@ -0,0 +1,18 @@ +<div class="vvbox lightcontrol"> + <div class="slider"> + <input type="range" min="0" max="100" value="0" id="shadow-control" /> + <h4>Outline Hue</h4> + </div> + <div class="slider"> + <input type="range" min="0" max="100" value="100" id="brightness-control" /> + <h4>Wall Hue</h4> + </div> + <div class="slider"> + <input type="range" min="0" max="100" value="0" id="brightness-control" /> + <h4>Brightness</h4> + </div> + <div class="slider"> + <input type="range" min="0" max="100" value="0" id="shadow-control" /> + <h4>Shadow</h4> + </div> +</div>
\ No newline at end of file |
