fix rectangle function, change resolution to 320x240

This commit is contained in:
2021-11-14 17:09:37 +01:00
parent 289382f351
commit dbe59a45f5
6 changed files with 24 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
</head>
<body>
<div id="centered">
<canvas id="screen" width="640" height="512"></canvas>
<canvas id="screen" width="640" height="480"></canvas>
<div id="message"></div>
<button id="cartButton">Load cart...</button>
</div>