Changed HUD positions so map doesn't overlap

This commit is contained in:
Beanzilla 2021-10-27 19:07:40 -04:00 committed by GitHub
parent fdaa7f151b
commit 88f0bdef6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ credits.show_bal = function (pname)
if dis[pname] == nil then
dis[pname] = p:hud_add({
hud_elem_type = "text",
position = {x = 0.8, y = 0.1},
position = {x = 0.15, y = 0.65},
offset = {x = 0.0, y = 0.0},
text = credits.S("Credits: @1 (@2)", total, phy),
number = 0x00e100, -- 0, 225, 0 (RGB)