Skip to content

Commit

Permalink
Bigger buttons are easier to click.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibara committed Jul 19, 2020
1 parent e53f112 commit 6880330
Show file tree
Hide file tree
Showing 53 changed files with 15 additions and 15 deletions.
Binary file modified 7a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7j.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7o.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7q.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7r.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7u.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7v.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 7z.png
Binary file modified a.png
Binary file modified b.png
Binary file modified c.png
Binary file modified d.png
Binary file modified e.png
Binary file modified f.png
Binary file modified g.png
Binary file modified h.png
Binary file modified i.png
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h2 id="play">Play Free Bee on the Web</h2>
<img id="comb1" class="bg" src="comb.png" width="100" height="100"><img id="comb2" class="bg" src="comb.png" width="100" height="100"><img id="comb3" class="bg" src="comb.png" width="100" height="100"><img id="comb4" class="bg" src="comb.png" width="100" height="100"><img id="comb5" class="bg" src="comb.png" width="100" height="100"><img id="comb6" class="bg" src="comb.png" width="100" height="100"><img id="comb7" class="bg" src="comb-inv.png" width="100" height="100">
</div>
<div id="playfield-fg">
<img id="play1" class="fg" width="21" height="21"><img id="play2" class="fg" width="21" height="21"><img id="play3" class="fg" width="21" height="21"><img id="play4" class="fg" width="21" height="21"><img id="play5" class="fg" width="21" height="21"><img id="play6" class="fg" width="21" height="21"><img id="play7" class="fg" width="21" height="21">
<img id="play1" class="fg" width="60" height="100"><img id="play2" class="fg" width="60" height="100"><img id="play3" class="fg" width="60" height="100"><img id="play4" class="fg" width="60" height="100"><img id="play5" class="fg" width="60" height="100"><img id="play6" class="fg" width="60" height="100"><img id="play7" class="fg" width="60" height="100">
</div>
</div>
</div>
Expand Down Expand Up @@ -381,44 +381,44 @@ <h4 id="yesterday-or-random" class="answers">Yesterday's answers</h4>

function display() {
document.getElementById("play1").src = letters[0] + ".png";
document.getElementById("play1").style.left = "39px";
document.getElementById("play1").style.top = "89px";
document.getElementById("play1").style.left = "19px";
document.getElementById("play1").style.top = "50px";
document.getElementById("play1").onclick = function() {type(letters[0])};
document.getElementById("play1").style.display = "block";

document.getElementById("play2").src = letters[1] + ".png";
document.getElementById("play2").style.left = "119px";
document.getElementById("play2").style.top = "39px";
document.getElementById("play2").style.left = "99px";
document.getElementById("play2").style.top = "0px";
document.getElementById("play2").onclick = function() {type(letters[1])};
document.getElementById("play2").style.display = "block";

document.getElementById("play3").src = letters[2] + ".png";
document.getElementById("play3").style.left = "199px";
document.getElementById("play3").style.top = "89px";
document.getElementById("play3").style.left = "179px";
document.getElementById("play3").style.top = "50px";
document.getElementById("play3").onclick = function() {type(letters[2])};
document.getElementById("play3").style.display = "block";

document.getElementById("play4").src = letters[3] + ".png";
document.getElementById("play4").style.left = "39px";
document.getElementById("play4").style.top = "189px";
document.getElementById("play4").style.left = "19px";
document.getElementById("play4").style.top = "150px";
document.getElementById("play4").onclick = function() {type(letters[3])};
document.getElementById("play4").style.display = "block";

document.getElementById("play5").src = letters[4] + ".png";
document.getElementById("play5").style.left = "119px";
document.getElementById("play5").style.top = "239px";
document.getElementById("play5").style.left = "99px";
document.getElementById("play5").style.top = "200px";
document.getElementById("play5").onclick = function() {type(letters[4])};
document.getElementById("play5").style.display = "block";

document.getElementById("play6").src = letters[5] + ".png";
document.getElementById("play6").style.left = "199px";
document.getElementById("play6").style.top = "189px";
document.getElementById("play6").style.left = "179px";
document.getElementById("play6").style.top = "150px";
document.getElementById("play6").onclick = function() {type(letters[5])};
document.getElementById("play6").style.display = "block";

document.getElementById("play7").src = letters[6] + ".png";
document.getElementById("play7").style.left = "119px";
document.getElementById("play7").style.top = "139px";
document.getElementById("play7").style.left = "99px";
document.getElementById("play7").style.top = "100px";
document.getElementById("play7").onclick = function() {type(letters[6][1])};
document.getElementById("play7").style.display = "block";
}
Expand Down
Binary file modified j.png
Binary file modified k.png
Binary file modified l.png
Binary file modified m.png
Binary file modified n.png
Binary file modified o.png
Binary file modified p.png
Binary file modified q.png
Binary file modified r.png
Binary file modified s.png
Binary file modified t.png
Binary file modified u.png
Binary file modified v.png
Binary file modified w.png
Binary file modified x.png
Binary file modified y.png
Binary file modified z.png

0 comments on commit 6880330

Please sign in to comment.