Compare commits

...
Author SHA1 Message Date
Harley Folgado 8ff3bd9964 Add optional ammo counter display 2026-07-01 19:44:16 -04:00
2 changed files with 510 additions and 13 deletions
+10 -1
View File
@@ -39,7 +39,16 @@ IFACE_BAR_SIDES_ORI=0
;if IFACE_BAR_WIDTH=800 - Interface bar will use 800pix wide asset from f2_res.dat. Note
IFACE_BAR_WIDTH=640
; Controls ammo display in the HP/AC cluster.
; 0 = stock 1-pixel ammo bar only.
; 1 = numeric current/max ammo counter only.
; 2 = HRP 2-pixel ammo bar only.
; 3 = hidden, no stock bar and no numeric counter.
; 4 = stock 1-pixel ammo bar plus numeric counter.
; 5 = HRP 2-pixel ammo bar plus numeric counter.
IFACE_AMMO_COUNTER=0
;##################################################################################################################
[STATIC_SCREENS]
+500 -12
View File
File diff suppressed because it is too large Load Diff