some changes to highrise level

boost bug fix
MACHO bug fix
This commit is contained in:
landgreen
2021-06-02 05:41:15 -07:00
parent 05420af818
commit e83b84f1fb
7 changed files with 111 additions and 121 deletions

View File

@@ -1,20 +1,14 @@
******************************************************** NEXT PATCH ********************************************************
levels are now randomly flipped horizontally
some changes to highrise level
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
boost bug fix
MACHO bug fix
******************************************************** BUGS ********************************************************
figure out how to undo ship mode
if you die in ship mode it respawns with m.look set to non ship methods
if you die in ship mode it spawns with m.look set to non ship methods
look is set in many tech and in startGame
Why does micro-extruder lag so much