fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.44k stars 1.39k forks source link

FOV isn't in `config.h` #242

Open SarahCosmosys opened 4 years ago

SarahCosmosys commented 4 years ago

I think FOV should be easily configurable for new users. Right now changing FOV requires modifying a line in main.c in the function handle_input. It would be a nice change to have it as a preprocessor definition in config.h.