diff options
author | Esteban I. Ruiz Moreno <exio4.com@gmail.com> | 2012-12-26 18:35:48 -0300 |
---|---|---|
committer | Esteban I. Ruiz Moreno <exio4.com@gmail.com> | 2012-12-27 13:10:03 -0300 |
commit | 578ece8dd03de64e1a28595b6fd32804dd589f39 (patch) | |
tree | ecf377b40e0257561fafbc53d1ce0a1e2fdf869b /minetest.conf.example | |
parent | 896e1a30b093fbdd501dc2e46624bf2460ce86bb (diff) | |
download | minetest-578ece8dd03de64e1a28595b6fd32804dd589f39.tar.gz minetest-578ece8dd03de64e1a28595b6fd32804dd589f39.tar.bz2 minetest-578ece8dd03de64e1a28595b6fd32804dd589f39.zip |
Add selectionbox_color, crosshair_color, and crosshair_alpha options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index e80991936..34a2acebc 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -124,6 +124,12 @@ #console_color = (0,0,0) # In-game chat console background alpha (opaqueness, between 0 and 255) #console_alpha = 200 +# Selection box border color (R,G,B) +#selectionbox_color = (0,0,0) +# Crosshair color (R,G,B) +#crosshair_color = (255,255,255) +# Cross alpha (opaqueness, between 0 and 255) +#crosshair_alpha = 255 # Sound settings #enable_sound = true #sound_volume = 0.7 |