This commit is contained in:
landgreen
2023-08-05 19:59:32 -07:00
parent 77cafe3cf0
commit bffaeedcfb
3 changed files with 14 additions and 7 deletions

View File

@@ -2241,7 +2241,7 @@ const b = {
ctx.stroke();
ctx.lineJoin = "round"
ctx.miterLimit = 10
ctx.sillStyle = "#000"
ctx.strokeStyle = "#000"
ctx.fill();
},
drawString() {

View File

@@ -48,7 +48,7 @@ const level = {
// for (let i = 0; i < 3; i++) powerUps.directSpawn(450, -50, "tech");
// for (let i = 0; i < 10; i++) powerUps.directSpawn(1750, -500, "research");
// for (let i = 0; i < 10; i++) powerUps.directSpawn(1750, -500, "coupling");
// level.ace();
// level.testing();
// for (let i = 0; i < 1; ++i) spawn.slasher(1900, -500)
// for (let i = 0; i < 1; ++i) spawn.slasher2(1900, -500)
// for (let i = 0; i < 1; ++i) spawn.shooterBoss(1900, -2500)