Samaller and easier

This commit is contained in:
2015-09-17 00:02:37 +02:00
parent 65e303aa41
commit b9a06ab2be
2 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
position: relative;
width: 100%;
height: calc(100% - 20px);
overflow: hidden;
overflow: visible;
}
#screen {
display: block;
@@ -47,7 +47,7 @@
<body>
<div id="infoDisplay"></div>
<div id="screenContainer">
<canvas id="screen" width="512" height="512" />
<canvas id="screen" width="416" height="416" />
</div>
<script src="code/GameLib.js"></script>
<script src="code/CandyFucker.js"></script>