jcarrier0026 / dbz

simple dbz game
1 stars 0 forks source link

Make a basic PhysicsEngine #28

Open mrmarkwell opened 4 years ago

mrmarkwell commented 4 years ago

This will expand over time. For now, it should just handle basic forces (Running/gravity)

mrmarkwell commented 4 years ago

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)