mirror of https://github.com/teverse/teverse
player list buf dizx
This commit is contained in:
parent
f64c31b445
commit
481835154e
core/client
|
@ -24,6 +24,7 @@ local function addPlayer(client)
|
|||
local playerGui = engine.construct("guiTextBox", container, {
|
||||
name = client.name,
|
||||
size = guiCoord(1, -10, 0, 16),
|
||||
fontSize = 16,
|
||||
text = client.name,
|
||||
readOnly=true,
|
||||
backgroundColour=colour(0.1,0.1,0.1),
|
||||
|
|
Loading…
Reference in New Issue