Smoothing player movements

This commit is contained in:
Anonymus Raccoon
2020-04-29 22:44:02 +02:00
parent 29497d4a41
commit b97d8ada85
4 changed files with 24 additions and 19 deletions
@@ -15,7 +15,6 @@ struct controllable_component
gc_component base;
int movement_x;
int movement_y;
float move_callback;
bool can_move;
};