Commit 8624b8b3 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

bouncy-flight.js: fix missing EPSILON_ALTITUDE

parent d8c4e691
......@@ -5,6 +5,7 @@
"use strict";
var EPSILON = 9,
EPSILON_ALTITUDE = 7,
FLIGH_ALTITUDE = 100,
PARACHUTE_ALTITUDE = 35,
CHECKPOINT_LIST = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment