5 is a bit too small. And now I'm *really* done. :-)
This commit is contained in:
parent
09a284358e
commit
9934ee29d3
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
<ufo>
|
||||
<script>
|
||||
var maxspeed = props.globals.getNode("engines/engine/speed-max-mps");
|
||||
var speed = [5, 10, 20, 50, 100, 200, 500, 1000, 2000, 5000, 10000, 20000, 50000];
|
||||
var current = 8;
|
||||
var speed = [10, 20, 50, 100, 200, 500, 1000, 2000, 5000, 10000, 20000, 50000];
|
||||
var current = 7;
|
||||
|
||||
controls.flapsDown = func(x) {
|
||||
if (!x) {
|
||||
|
|
Loading…
Reference in a new issue