Files
n-gon-improved/js
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
..
2021-05-28 20:30:43 -07:00
2021-05-24 05:19:36 -07:00
2021-06-01 05:56:15 -07:00
2021-02-28 08:03:47 -08:00
2021-05-19 06:08:09 -07:00
2021-06-01 05:56:15 -07:00
2021-05-24 05:19:36 -07:00
2021-06-01 05:56:15 -07:00
2021-06-01 05:56:15 -07:00
2020-05-17 19:23:24 -07:00