Skip to content

Commit

Permalink
Update fetch.html
Browse files Browse the repository at this point in the history
portal is block
  • Loading branch information
king-of-wolves10 authored Sep 13, 2024
1 parent 3e12b91 commit 2af2b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/games/fetch.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ <h2>Fetch!</h2>


cc.fillStyle = "yellow"
cc.fillRect(playerspawns[level - 1].x - 8, playerspawns[level - 1].y,64,10 )
cc.fillRect(playerspawns[level - 1].x + 15, playerspawns[level - 1].y - 25,10,64 )
cc.fillRect(playerspawns[level - 1].x - 8, playerspawns[level - 1].y - 20,64,64 )


}
</script>

0 comments on commit 2af2b20

Please sign in to comment.