mirror of
https://github.com/zoriya/Twac.git
synced 2026-05-31 01:46:01 +00:00
Tuning up values and the JUMP
This commit is contained in:
@@ -13,7 +13,6 @@ struct gravity_component
|
||||
{
|
||||
gc_component base;
|
||||
int gravity_speed;
|
||||
int max_speed;
|
||||
};
|
||||
|
||||
extern const struct gravity_component gravity_component;
|
||||
@@ -16,6 +16,8 @@ struct jump_action
|
||||
int acceleration;
|
||||
int counterforce;
|
||||
bool contered;
|
||||
int step;
|
||||
int step_count;
|
||||
};
|
||||
|
||||
extern const struct jump_action jump_action;
|
||||
@@ -14,8 +14,6 @@ struct walk_action
|
||||
{
|
||||
gc_component base;
|
||||
int acceleration;
|
||||
int max_acceleration;
|
||||
int decceleration;
|
||||
};
|
||||
|
||||
extern const struct walk_action walk_action;
|
||||
Reference in New Issue
Block a user