Skip to content

Commit

Permalink
Removing buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
lhine committed Nov 25, 2020
1 parent 5424fcc commit 4d04b2a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions plawmi.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@
<img id="title_img" src="./assets/plawmi/plawmi.png" alt="Plataforma Web de Multimídia Interativa">
</div>
<div id="konva"></div>
<div id="buttons" style="display: none;">
<input class="button" type="button" id="start" onclick="start()" value="start"></button>
<input class="button" type="button" id="yellowHide" onclick="hide(bird1)" value="hide yellow"></button>
<input class="button" type="button" id="yellow" onclick="show(bird1)" value="show yellow"></button>
<input class="button" type="button" id="purpleHide" onclick="hide(bird4)" value="hide purple"></button>
<input class="button" type="button" id="purple" onclick="show(bird4)" value="show purple"></button>
<input class="button" type="button" id="orangeHide" onclick="hide(bird3)" value="hide orange"></button>
<input class="button" type="button" id="orange" onclick="show(bird3)" value="show orange"></button>
<input class="button" type="button" id="purpleMHide" onclick="hide(bird2)" value="hide purpleM"></button>
<input class="button" type="button" id="purpleM" onclick="show(bird2)" value="show purpleM"></button>
</div>
</body>
<script src="https://unpkg.com/[email protected]/konva.min.js"></script>
<script src="./scripts/plawmi.js"></script>
Expand Down

0 comments on commit 4d04b2a

Please sign in to comment.