Change size to 512x512

This commit is contained in:
2015-09-12 19:03:18 +02:00
parent 4b6ed084bb
commit ad0cea7097

View File

@@ -10,7 +10,7 @@
height: 100%;
}
body{
background-color: black;
background-color: rgb(20,20,20);
color: grey;
font-family: Arial, sans-serif;
margin: 0;
@@ -22,13 +22,14 @@
margin: 0 auto;
display: block;
width: 100%;
max-width: 640px;
max-width: 512px;
max-height: 100%;
box-shadow: 0 2px 10px black;
}
</style>
</head>
<body>
<canvas id="screen" width="640" height="480" />
<canvas id="screen" width="512" height="512" />
<script src="code/GameLib.js"></script>
<script src="code/CandyFucker.js"></script>
<script>