mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
fix rectangle function, change resolution to 320x240
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user