Carnivores CE Renderer - User Configuration
============================================

You can customize game settings by creating a personal config file!

Location:
  ~/Library/Application Support/CarnivoresCE/config.json

How to Create:
  1. Create the directory:
     mkdir -p ~/Library/Application\ Support/CarnivoresCE

  2. Copy the default config:
     cp config.json ~/Library/Application\ Support/CarnivoresCE/

  3. Edit the copied file with your preferred settings

How It Works:
  - The game checks ~/Library/Application Support/CarnivoresCE/config.json first
  - If not found, it uses this bundled config.json
  - Your changes persist across app updates

Common Settings:
  - video.fullscreen - Set to true/false
  - video.width / video.height - Window dimensions
  - camera.fov - Field of view (60-120)
  - debug.* - Enable debug visualizations

To Reset:
  Simply delete your user config file and the game uses the bundled defaults.
