# How loud the music is in the game
cow_music_gain (Music gain) float 0.2 0.0 1.0

# The size of HUD elements (score, timer, etc.).
# Assuming a default HUD scale, normal size is good for
# resolutions 1600×1200 upward, while small size is good
# for lower resolutions.
#
# * auto: Choose HUD element size automatically
#   based on window size and HUD scale (recommended)
# * small: Small size for HUD elements
# * normal: Normal size for HUD elements
cow_hud_size_mode (HUD size) enum auto auto,small,normal
