diff options
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp index f22de6c..d7aece1 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -89,7 +89,7 @@ void World::detect(vec2 *v,vec2 *vel,const float width){ vel->y=0; v->y=line[i].y+HLINE/2; }else{ - vel->y-=.05; + vel->y-=.01; } // Horizontal checks if(v->x<x_start){ |