Skip to content

Commit

Permalink
Merge pull request #40 from sivaprasath2004/sivaprasath-issue-closes-24
Browse files Browse the repository at this point in the history
[Bug] : Button accessable  not Accessable
  • Loading branch information
Durgesh4993 authored May 24, 2024
2 parents 8337d9d + f34e8eb commit 3bb1cd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ canvas.addEventListener("touchend", function (e) {inpu.touchup(e);}, false);

document.body.addEventListener("touchcancel", function (e) {inpu.cancel(e);}, false);


canvas.addEventListener('mouseenter', function() {
this.style.cursor = 'pointer';
});
var resizegame = function () {

var bw = window.innerWidth - 20;
Expand Down

0 comments on commit 3bb1cd1

Please sign in to comment.