Corentin Cailleaud
commited on
Commit
•
3d1fc88
1
Parent(s):
9ef792f
update
Browse files
cubzh.lua
CHANGED
@@ -381,6 +381,7 @@ if IsClient then
|
|
381 |
text.IsUnlit = true
|
382 |
text.LocalPosition.Y = 36
|
383 |
text.FontSize = 40
|
|
|
384 |
|
385 |
NPC.object.OnCollisionBegin = function(self, other)
|
386 |
if other ~= Player then
|
|
|
381 |
text.IsUnlit = true
|
382 |
text.LocalPosition.Y = 36
|
383 |
text.FontSize = 40
|
384 |
+
text.Font = Font.Noto
|
385 |
|
386 |
NPC.object.OnCollisionBegin = function(self, other)
|
387 |
if other ~= Player then
|