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
This commit is contained in:
landgreen
2021-06-01 05:56:15 -07:00
parent 69fec1cde7
commit 05420af818
6 changed files with 960 additions and 655 deletions

File diff suppressed because it is too large Load Diff