]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update ammo values for the ammo panel
authorSamual <samual@xonotic.org>
Mon, 17 Oct 2011 03:28:49 +0000 (23:28 -0400)
committerSamual <samual@xonotic.org>
Mon, 17 Oct 2011 03:28:49 +0000 (23:28 -0400)
_hud_common.cfg

index b340fda4762d80d85dad2f0c6ff965c1c2687bfb..496f9ffc684ceb7feb1e22ad82dbcf010a0789c1 100644 (file)
@@ -6,10 +6,10 @@ seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud
 seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode"
 
 // general hud panel cvars (i.e. shouldn't be adjusted by a skin config)
-seta hud_panel_weapons_ammo_full_shells 50 "show 100% of the status bar at this ammo count"
-seta hud_panel_weapons_ammo_full_nails 200 "show 100% of the status bar at this ammo count"
-seta hud_panel_weapons_ammo_full_cells 80 "show 100% of the status bar at this ammo count"
-seta hud_panel_weapons_ammo_full_rockets 80 "show 100% of the status bar at this ammo count"
+seta hud_panel_weapons_ammo_full_shells 60 "show 100% of the status bar at this ammo count"
+seta hud_panel_weapons_ammo_full_nails 320 "show 100% of the status bar at this ammo count"
+seta hud_panel_weapons_ammo_full_cells 180 "show 100% of the status bar at this ammo count"
+seta hud_panel_weapons_ammo_full_rockets 160 "show 100% of the status bar at this ammo count"
 seta hud_panel_weapons_ammo_full_fuel 100 "show 100% of the status bar at this ammo count"
 
 seta hud_panel_ammo_maxammo "40" "when you have this much ammo, the ammo status bar is full"