Tuning up values and the JUMP

This commit is contained in:
AnonymusRaccoon
2020-01-06 18:27:50 +01:00
parent 2c6a60f7c1
commit b2b6b94b3e
10 changed files with 25 additions and 25 deletions
-2
View File
@@ -14,8 +14,6 @@ struct walk_action
{
gc_component base;
int acceleration;
int max_acceleration;
int decceleration;
};
extern const struct walk_action walk_action;