cpp-gamedev / spaced

Modernized space-impact style game.
MIT License
4 stars 0 forks source link

Gravitator #11

Open swagween opened 7 months ago

swagween commented 7 months ago

A component that gravitates toward a Target using Newton's law. Should have controls for:

swagween commented 7 months ago

additional notes: max speed should not necessarily be owned by this class, but rather belong to some other config point and either remain as such here or be reset after initialization

swagween commented 5 months ago

To be used for tracking projectiles