Adding a jump hold

This commit is contained in:
AnonymusRaccoon
2020-01-03 18:57:54 +01:00
parent fca902986a
commit af7fbefa57
4 changed files with 10 additions and 2 deletions
+2
View File
@@ -14,6 +14,8 @@ struct jump_action
{
gc_component base;
int acceleration;
int counterforce;
bool contered;
};
extern const struct jump_action jump_action;