Delwin9999 / voxeliq

voxeliq is an open source block-based game engine implementation developed with C#
http://www.voxeliq.org/games/voxeliq/
Microsoft Public License
1 stars 0 forks source link

Move hard coded values out to asset files #2

Open Delwin9999 opened 11 years ago

Delwin9999 commented 11 years ago

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.

bonesoul commented 11 years ago

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.