landgreen 05420af818 horizontal flip
levels are now randomly flipped horizontally

removed spawn.boost( from n-gon
make boosts with these commands:
  const boost1 = level.boost(2550, 1500, 1700) //x,y, boost height
  const boost2 = level.boost(-3400, -2050, 3000)
  level.custom = () => {
      boost1.query();
      boost2.query();
also you don't have to draw the boosts any more, the query command does it for you
2021-06-01 05:56:15 -07:00
2019-10-22 07:08:09 -07:00
2021-06-01 05:56:15 -07:00
2019-09-30 19:08:55 -07:00
2021-06-01 05:56:15 -07:00
2021-01-02 18:46:14 -08:00
2019-07-11 10:04:58 -07:00
2021-04-17 09:55:27 -07:00
2019-10-09 15:35:56 -07:00
2020-03-16 08:17:34 -07:00
2021-05-30 06:14:34 -07:00
2021-06-01 05:56:15 -07:00

2-d physics rogue-lite platformer shooter

https://landgreen.github.io/sidescroller/

Description
pusheen's n-gon fork
Readme GPL-3.0 29 MiB
Languages
JavaScript 98.7%
CSS 0.8%
HTML 0.5%