Update credits screen

This commit is contained in:
the-real-herowl 2024-05-02 06:17:41 +02:00 committed by teknomunk
parent 71c0d493ed
commit cd8d82aa60
5 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ function mcl_credits.show(player)
}
add_hud_element({
hud_elem_type = "image",
text = "mineclone2_logo.png",
text = "voxelibre_logo.png",
scale = {x = 1, y = 1},
}, huds, 300, 0)
add_hud_element({
@ -89,7 +89,7 @@ function mcl_credits.show(player)
end
huds.icon = add_hud_element({
hud_elem_type = "image",
text = "mineclone2_icon.png",
text = "voxelibre_icon.png",
scale = {x = 1, y = 1},
}, huds, y)
mcl_credits.players[name] = huds

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

BIN
textures/voxelibre_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
textures/voxelibre_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB