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