Files
n-gon-improved/js
landgreen 94314f7a59 removed level.fillBG
added new graphics to several maps

to level developers: level.fillBG and level.fill no longer work,
you should draw backgrounds directly in level.custom like this:
level.custom = () => {
    ctx.fillStyle = "rgba(0,255,255,0.1)";
    ctx.fillRect(6400, -550, 300, 350);
    level.playerExitCheck();
    level.exit.draw();
    level.enter.draw();
};
2021-03-31 18:03:08 -07:00
..
2021-03-30 05:23:56 -07:00
2021-03-07 05:59:10 -08:00
2021-03-30 05:23:56 -07:00
2021-03-31 18:03:08 -07:00
2021-02-28 08:03:47 -08:00
2021-03-30 05:23:56 -07:00
2021-03-30 05:23:56 -07:00
2021-03-26 05:54:28 -07:00
2021-03-31 18:03:08 -07:00
2021-03-31 18:03:08 -07:00
2021-03-31 18:03:08 -07:00
2020-05-17 19:23:24 -07:00