Corentin Cailleaud commited on
Commit
3d1fc88
1 Parent(s): 9ef792f
Files changed (1) hide show
  1. cubzh.lua +1 -0
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