niu-gdo / IGDO-Fall-2023-Project

IGDO's Fall 2023 game project.
7 stars 0 forks source link

Grav gen field emitters #22

Closed Nmerryman closed 10 months ago

Nmerryman commented 11 months ago

Fixes #8 Any Entity with a collider can use Generates_Gravity to emit gravity calculations which will then be stored in any touching entity that can receive it via the Applies_Gravity component. Then on each update the entities with receivers can calculate net gravitational forces applied to it.

Nmerryman commented 10 months ago

Thanks for the go ahead. Since in theory the logic part is done, all other cosmetic changes should be relatively easy to impliment later.