mirror of
https://github.com/thepigeongenerator/tetris_clone
synced 2026-02-08 07:33:34 +01:00
make inputs less sensitive
This commit is contained in:
@@ -126,7 +126,7 @@ void game_update(gamedata* const dat) {
|
|||||||
if (keys[SDL_SCANCODE_E]) umove |= MOVE_ROTRIGHT;
|
if (keys[SDL_SCANCODE_E]) umove |= MOVE_ROTRIGHT;
|
||||||
|
|
||||||
if (umove != MOVE_NONE) {
|
if (umove != MOVE_NONE) {
|
||||||
dat->timer_input = ctime + 60;
|
dat->timer_input = ctime + 80;
|
||||||
move |= umove;
|
move |= umove;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user