diff options
Diffstat (limited to 'views/controls/editor/wallpaper.ejs')
| -rw-r--r-- | views/controls/editor/wallpaper.ejs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index 6d8f209..3168f1c 100644 --- a/views/controls/editor/wallpaper.ejs +++ b/views/controls/editor/wallpaper.ejs @@ -10,7 +10,7 @@ <span class="swatch" style="background-image:url(/assets/img/plainpattern2.png)"></span> </span> - <input type="text" class="url" placeholder="Enter image URL 2 Flood...!"> + <input type="text" class="url" placeholder="Enter image URL"> <div class="wallpaperRemove toolButton"> <span class="ion-scissors"></span> @@ -30,6 +30,10 @@ <input data-role="wallpaper-scale" type="range" min="-4" max="4" step="0.01" value="0.0"> </div> + <div class="floodMessage"> + Hit Enter to Flood the room! + </div> + </div> <div class="floatingSwatch"></div> |
