add Hitbox.gravityMultiplier

This commit is contained in:
MihailRis
2024-07-09 02:14:14 +03:00
parent f3201b7742
commit f52a435aea
6 changed files with 4 additions and 5 deletions
-1
View File
@@ -65,7 +65,6 @@ struct Rigidbody {
bool enabled = true;
Hitbox hitbox;
std::vector<Trigger> triggers;
float gravityMultiplier = 1.0f;
};
struct UserComponent {