Add landing physics
This commit is contained in:
parent
9435e887a4
commit
d85338d9f2
6 changed files with 38 additions and 18 deletions
|
@ -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
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue