X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FController.cpp;h=4d1bf0f31f0255bd4aafbed49bc027f8a984dce2;hb=962405ec344818a7f6850d243feca7989ae5d41b;hp=88dd5eb725f6a39c4c2ebc85da8f9dd766e2bd1b;hpb=dbc08d84d9de1a77cba0dd97e4701f4ac99d056e;p=orbi.git diff --git a/src/app/Controller.cpp b/src/app/Controller.cpp index 88dd5eb..4d1bf0f 100644 --- a/src/app/Controller.cpp +++ b/src/app/Controller.cpp @@ -14,7 +14,7 @@ Controller::Controller(Entity *ent) , moveAcc(3.5) , moveTerm(5) , jumping(false) -, jumpVel(-5) { +, jumpVel(-6) { }