diff options
author | sanine <sanine.not@pm.me> | 2024-07-06 22:10:00 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-07-06 22:10:00 -0500 |
commit | 909a3c49fb48361b65dceb437b4182380d3b8277 (patch) | |
tree | b3cb9ede70e682183e200652593cb219da0973f1 /render.js | |
parent | c012fec2870757990080e823d42dd91031e64f25 (diff) |
add more levels
Diffstat (limited to 'render.js')
-rw-r--r-- | render.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ export function drawShip(ctx, pos, angle) { ctx.translate(x, y); ctx.rotate(angle); ctx.fillStyle = 'white'; - const STEP = 0.2; + const STEP = 0.4; ctx.beginPath(); ctx.moveTo(0, 0); ctx.lineTo(-STEP, -STEP); |