forked from hkc/cc-stuff
1
0
Fork 0

I always get it wrong ..

This commit is contained in:
Casey 2023-10-12 21:59:29 +03:00
parent b6c9cf60db
commit 89f4685a22
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ return function()
cache[id].cube.setPosition(entity.x - 0.25, entity.y - 0.25, entity.z - 0.25)
cache[id].frame.setPosition(entity.x, entity.y, entity.z)
cache[id].text.setAlpha(0xFF)
cache[id].text.setText(entity.name + "\n" + textutils.serialize(entity))
cache[id].text.setText(entity.name .. "\n" .. textutils.serialize(entity))
cache[id].text.setColor(0xFF0000FF)
end
end