villermen / hatlessengine

An easy to use 2D game engine written in C#
Other
1 stars 1 forks source link

Add a quick way of making something relative to the game speed #114

Closed villermen closed 10 years ago

villermen commented 10 years ago

Something along the lines of

float Game.PerStep(float)

Just does that value divided by the game speed, but it makes it easier to work with.