You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of hard coded values in the code base. Most of these are intended to be variable but there's no real way to set them (I.E. gravity). Pull all of these out to some sort of configuration file.
The text was updated successfully, but these errors were encountered:
EngineConfiguration should be a good point for moving them. Though actually the Player logic should be completely moved out of the Engine project to sample Game project.
There's a lot of hard coded values in the code base. Most of these are intended to be variable but there's no real way to set them (I.E. gravity). Pull all of these out to some sort of configuration file.
The text was updated successfully, but these errors were encountered: