HitFX, Early/Late display with ms #35
|
@ -52,7 +52,7 @@ function EarlyLate.render(deltaTime)
|
||||||
|
|
||||||
gfx.BeginPath()
|
gfx.BeginPath()
|
||||||
gfx.LoadSkinFont("dfmarugoth.ttf")
|
gfx.LoadSkinFont("dfmarugoth.ttf")
|
||||||
gfx.FontSize(12 * scale)
|
gfx.FontSize(18 * scale)
|
||||||
|
|
||||||
if EarlyLate.showEarlyLate then
|
if EarlyLate.showEarlyLate then
|
||||||
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_BASELINE)
|
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_BASELINE)
|
||||||
|
|
Loading…
Reference in New Issue