diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:09:06 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:09:06 -0400 |
commit | 33ad7fe2203d93f3721b1e22faf94527b78f0f71 (patch) | |
tree | 063b5b02ca8e9141fb383e7375592e24aff1ba01 /src/ui.cpp | |
parent | 34e2794d647447f6ddb29419abbe2f44593ba1fa (diff) |
readded readme, fixed world handling w/ interpolation
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,8 +157,8 @@ namespace ui { if(SDL_KEY==SDLK_w)currentWorld=currentWorld->goInsideStructure(player); if(SDL_KEY==SDLK_SPACE){ // Jump if(player->ground){ - player->vel.y=.25; - //player->loc.y+=HL + player->vel.y=.5; + player->loc.y+=HLINE*2; player->ground=false; } } |