Skip to content

Commit

Permalink
Stretch canvas (fixes #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed May 12, 2018
1 parent b8254ef commit c584540
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -21,6 +21,10 @@
font-family: VT323, monospace;
background-color: #333054;
}
canvas {
width: 100%;
height: 100%;
}
</style>
<script src="scripts/phaser.min.js"></script>
<script src="scripts/graphics.js"></script>
Expand Down

0 comments on commit c584540

Please sign in to comment.