Add landing physics

This commit is contained in:
asraelite 2018-03-04 12:50:52 +00:00
parent 9435e887a4
commit d85338d9f2
6 changed files with 38 additions and 18 deletions

View file

@ -10,7 +10,7 @@ export function createThrustExhaust(thruster) {
xvel: ship.xvel + fx,
yvel: ship.yvel + fy,
color: '#f4c542',
lifetime: 10,
lifetime: 5,
size: 0.07
}));
}