1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Add selectionbox_color, crosshair_color, and crosshair_alpha options

This commit is contained in:
Esteban I. Ruiz Moreno 2012-12-26 18:35:48 -03:00
parent 896e1a30b0
commit 578ece8dd0
3 changed files with 23 additions and 3 deletions

View file

@ -108,6 +108,9 @@ void set_default_settings(Settings *settings)
settings->setDefault("opaque_water", "false");
settings->setDefault("console_color", "(0,0,0)");
settings->setDefault("console_alpha", "200");
settings->setDefault("selectionbox_color", "(0,0,0)");
settings->setDefault("crosshair_color", "(255,255,255)");
settings->setDefault("crosshair_alpha", "255");
settings->setDefault("enable_sound", "true");
settings->setDefault("sound_volume", "0.8");
settings->setDefault("desynchronize_mapblock_texture_animation", "true");