mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-22 07:32:07 -05:00
Make Nametags size closer to original size
This commit is contained in:
parent
f94a3061cc
commit
78b3550b9e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ void nametags_render(void) {
|
|||
|
||||
if (djui_hud_world_pos_to_screen_pos(pos, out) &&
|
||||
(i != 0 || (i == 0 && m->action != ACT_FIRST_PERSON))) {
|
||||
f32 scale = -400 / out[2] * djui_hud_get_fov_coeff();
|
||||
f32 scale = -300 / out[2] * djui_hud_get_fov_coeff();
|
||||
|
||||
char name[MAX_CONFIG_STRING];
|
||||
char* hookedString = NULL;
|
||||
|
|
Loading…
Reference in a new issue