Rename dash_in_air to jump_dash

This commit is contained in:
Abdelrahman Said 2024-11-10 01:17:28 +00:00
parent d049ae7933
commit 0852ca49db

View File

@ -35,7 +35,7 @@ struct player_control {
bool lctrl_last; bool lctrl_last;
bool lctrl_pressed; bool lctrl_pressed;
bool dash; bool dash;
bool dash_in_air; bool jump_dash;
}; };
typedef struct movement Movement; typedef struct movement Movement;