-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|