mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Added click to open to tooltip
This commit is contained in:
@@ -13,3 +13,4 @@ temp-ban-player=Temp ban player
|
|||||||
kick-player=Kick player
|
kick-player=Kick player
|
||||||
ban-player=Ban player
|
ban-player=Ban player
|
||||||
afk-time=__1__% of total map time\nLast moved __2__ ago
|
afk-time=__1__% of total map time\nLast moved __2__ ago
|
||||||
|
open-map=__1__ __2__\n__3__\nClick to open map
|
||||||
@@ -226,7 +226,7 @@ local function add_player(list_table,player,role_name)
|
|||||||
name=zoom_to_map_name,
|
name=zoom_to_map_name,
|
||||||
type='label',
|
type='label',
|
||||||
caption=player.name,
|
caption=player.name,
|
||||||
tooltip=player.name..' '..player.tag..'\n'..role_name
|
tooltip={'player-list.open-map',player.name,player.tag,role_name}
|
||||||
}
|
}
|
||||||
Gui.set_padding(player_name,0,0,0,2)
|
Gui.set_padding(player_name,0,0,0,2)
|
||||||
player_name.style.font_color = player.chat_color
|
player_name.style.font_color = player.chat_color
|
||||||
|
|||||||
Reference in New Issue
Block a user