Corentin Cailleaud
commited on
Commit
•
bb1f913
1
Parent(s):
aa52e2d
update
Browse files
cubzh.lua
CHANGED
@@ -380,7 +380,7 @@ if IsClient then
|
|
380 |
text.Type = TextType.Screen
|
381 |
text.IsUnlit = true
|
382 |
text.LocalPosition.Y = 36
|
383 |
-
text.FontSize =
|
384 |
text.Font = Font.Noto
|
385 |
|
386 |
NPC.object.OnCollisionBegin = function(self, other)
|
|
|
380 |
text.Type = TextType.Screen
|
381 |
text.IsUnlit = true
|
382 |
text.LocalPosition.Y = 36
|
383 |
+
text.FontSize = 22
|
384 |
text.Font = Font.Noto
|
385 |
|
386 |
NPC.object.OnCollisionBegin = function(self, other)
|