Hi DarkerZ,
Thank you for adding ehud_pos / css_hudpos in v.1.DZ.13beta6 for vertical position control. It works great!
Could you also add a similar command for horizontal alignment?
Currently in entwatch_dz.vcss:
#ew-panel {
horizontal-align: right; ← hardcoded
}
Suggestion:
- Add a new command such as
ehud_align / css_hudAlign
- Values: 0 = right (default), 1 = left
- Save the preference via PlayerSettings (key: EW_HUD_Align)
- Apply via CSS class similar to panel-valign-X:
.panel-halign-0 { horizontal-align: right; }
.panel-halign-1 { horizontal-align: left; }
This would allow players to choose which side of the screen
the HUD appears on, useful for servers where other HUD elements
already occupy the right side.
Thank you!
Hi DarkerZ,
Thank you for adding
ehud_pos/css_hudposin v.1.DZ.13beta6 for vertical position control. It works great!Could you also add a similar command for horizontal alignment?
Currently in
entwatch_dz.vcss:#ew-panel {
horizontal-align: right; ← hardcoded
}
Suggestion:
ehud_align/css_hudAlign.panel-halign-0 { horizontal-align: right; }
.panel-halign-1 { horizontal-align: left; }
This would allow players to choose which side of the screen
the HUD appears on, useful for servers where other HUD elements
already occupy the right side.
Thank you!