mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Use overlay properly in mcl_achievements
This commit is contained in:
parent
9e6af33469
commit
a5e1a00cd8
1 changed files with 2 additions and 2 deletions
|
@ -276,13 +276,13 @@ awards.register_achievement("mcl:enchanter", {
|
|||
awards.register_achievement("mcl:beacon", {
|
||||
title = S("Bring Home the Beacon"),
|
||||
description = S("Use a beacon."),
|
||||
icon = "beacon_overlay.png",
|
||||
icon = "default_glass.png^beacon_overlay.png",
|
||||
})
|
||||
|
||||
awards.register_achievement("mcl:maxed_beacon", {
|
||||
title = S("Beaconator"),
|
||||
description = S("Use a fully powered beacon."),
|
||||
icon = "beacon_overlay.png",
|
||||
icon = "default_glass.png^beacon_overlay.png",
|
||||
})
|
||||
|
||||
-- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.)
|
||||
|
|
Loading…
Reference in a new issue