Skip to content

Commit

Permalink
Add customizer item dropdown selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazerbeak12345 committed Feb 12, 2022
1 parent f82c4a8 commit 18269fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pixelmanipulator.html
Expand Up @@ -92,7 +92,10 @@
<div id="smallyline" style="height:1px; width:100%; left:0px;"></div>
<div id="selectorBox"></div>
<div id="menu-box">
<div id="customizer" class="hidden"></div>
<div id="customizer" class="hidden">
<div>Customize element:</div>
<select class="elmDrop" id="customSelect"></select>
</div>
<div id="zoom-box">
<div id="zoom-container">
<canvas id="zoom" width="400" height="400"></canvas><!--This is the zoomed-in box that the user can interact with-->
Expand Down

0 comments on commit 18269fd

Please sign in to comment.