seta hud_chat_bg_padding ""
seta hud_engineinfo 1
-seta hud_engineinfo_pos "0.900000 0.870000"
-seta hud_engineinfo_size "0.090000 0.030000"
+seta hud_engineinfo_pos "0.020000 0.820000"
+seta hud_engineinfo_size "0.112500 0.030000"
seta hud_engineinfo_bg ""
seta hud_engineinfo_bg_color ""
seta hud_engineinfo_bg_color_team ""
seta hud_engineinfo 1
seta hud_engineinfo_pos "0.020000 0.820000"
-seta hud_engineinfo_size "0.100000 0.033333"
+seta hud_engineinfo_size "0.112500 0.030000"
seta hud_engineinfo_bg "border_modicons"
seta hud_engineinfo_bg_color ""
seta hud_engineinfo_bg_color_team ""
seta hud_chat_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
seta hud_engineinfo 1 "enable/disable this panel
-seta hud_engineinfo_pos "0.900000 0.960000" "position of this base of the panel"
-seta hud_engineinfo_size "0.100000 0.033333" "size of this panel"
+seta hud_engineinfo_pos "0.860000 0.950000" "position of this base of the panel"
+seta hud_engineinfo_size "0.130000 0.034667" "size of this panel"
seta hud_engineinfo_bg "border_modicons" "if set to something else than \"\" = override default background"
seta hud_engineinfo_bg_color "" "if set to something else than \"\" = override default panel background color"
seta hud_engineinfo_bg_color_team "" "override panel color with team color in team based games"
mySize_y = 0.5898; // 0.5898 * width, reason: bg has weird dimensions...
break;
case 13:
- mySize_y = 0.25; // 0.25 * width, trial and error...
+ mySize_y = 0.2; // 0.25 * width, trial and error...
break;
}
return mySize;
vector color;
color = HUD_Get_Num_Color (prevfps, 100);
- drawstring(pos, strcat("FPS: ", ftos_decimals(prevfps, cvar("hud_engineinfo_framecounter_decimals"))), '1 1 0' * 0.5 * mySize_y, color, HUD_Panel_GetFgAlpha(id), DRAWFLAG_NORMAL);
+ drawstring(pos, strcat("FPS: ", ftos_decimals(prevfps, cvar("hud_engineinfo_framecounter_decimals"))), '1 1 0' * mySize_y, color, HUD_Panel_GetFgAlpha(id), DRAWFLAG_NORMAL);
}
/*
==================