Corentin Cailleaud commited on
Commit
6d004c6
1 Parent(s): 3e666d4
Files changed (1) hide show
  1. cubzh.lua +1 -0
cubzh.lua CHANGED
@@ -383,6 +383,7 @@ if IsClient then
383
  text.IsUnlit = true
384
  text.LocalPosition.Y = 36
385
  text.FontSize = 40
 
386
 
387
  NPC.object.OnCollisionBegin = function(self, other)
388
  if other ~= Player then
 
383
  text.IsUnlit = true
384
  text.LocalPosition.Y = 36
385
  text.FontSize = 40
386
+ text.Font = Font.Noto
387
 
388
  NPC.object.OnCollisionBegin = function(self, other)
389
  if other ~= Player then