mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
move stats widget to the top-left in no-HUD mode (#1184)
* Revert "move stats widget to the top-left in distributed mode" This reverts commit 44b4172253e0cacc3568d03096d2467dd8e6a508. * move stats widget to the top-left in no-HUD mode
This commit is contained in:
parent
44b4172253
commit
4e0bccdf53
@ -146,8 +146,8 @@ static hu_widget_t doom_widgets[MAX_HUDS][MAX_WIDGETS] = {
|
||||
|
||||
static hu_widget_t boom_widgets[MAX_HUDS][MAX_WIDGETS] = {
|
||||
{
|
||||
{&w_monsec, align_left, align_bottom},
|
||||
{&w_sttime, align_left, align_bottom},
|
||||
{&w_monsec, align_left, align_top},
|
||||
{&w_sttime, align_left, align_top},
|
||||
{&w_coord, align_right, align_top},
|
||||
{&w_fps, align_right, align_top},
|
||||
{NULL}
|
||||
@ -170,8 +170,8 @@ static hu_widget_t boom_widgets[MAX_HUDS][MAX_WIDGETS] = {
|
||||
{&w_weapon, align_right, align_bottom},
|
||||
{&w_keys, align_left, align_bottom},
|
||||
|
||||
{&w_monsec, align_left, align_top},
|
||||
{&w_sttime, align_left, align_top},
|
||||
{&w_monsec, align_left, align_bottom},
|
||||
{&w_sttime, align_left, align_bottom},
|
||||
{&w_coord , align_right, align_top},
|
||||
{&w_fps, align_right, align_top},
|
||||
{NULL}
|
||||
|
Loading…
x
Reference in New Issue
Block a user