1
0
Fork 0

Fix fuel burn rate on Bangle 1

master
marko 2022-05-16 14:14:17 -04:00
parent fec2074764
commit 8e2fdffd20
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var landed = false;
const gravity = 4;
const dt = 0.1;
const fuelBurnRate = 20;
const fuelBurnRate = 20*(176/g.getHeight());
const maxV = 12;
function flameImageGen (throttle) {