forked from VoxeLibre/VoxeLibre
Support new credits background
This commit is contained in:
parent
b6eb0ab66c
commit
b7e6db537b
|
@ -142,7 +142,7 @@ function mcl_credits.show(player)
|
||||||
ids = {
|
ids = {
|
||||||
player:hud_add({
|
player:hud_add({
|
||||||
hud_elem_type = "image",
|
hud_elem_type = "image",
|
||||||
text = "menu_bg.png",
|
text = "credits_bg.png",
|
||||||
position = {x = 0, y = 0},
|
position = {x = 0, y = 0},
|
||||||
alignment = {x = 1, y = 1},
|
alignment = {x = 1, y = 1},
|
||||||
scale = {x = -100, y = -100},
|
scale = {x = -100, y = -100},
|
||||||
|
|
Loading…
Reference in New Issue