Open mrmarkwell opened 4 years ago
This will expand over time. For now, it should just handle basic forces (Running/gravity)
Introduce a PhysicsComponent struct with all the data about a given GameObject (mass/speed/applied forces).
Introduce some constant forces in the PhysicsEngine (friction/gravity)
This will expand over time. For now, it should just handle basic forces (Running/gravity)