Skip to content

Commit 818ac02

Browse files
authored
Update Clock.lua
1 parent 740f64b commit 818ac02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/scripts/mods/Clock/Clock.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DebugTextManager.output_screen_text_clock = function (self, text, text_size, tim
1515
local posx = math.round( (resolution.x / 100) * mod:get("posx"))
1616
local posy = math.round( (resolution.y / 100) * mod:get("posy"))
1717

18-
local material = "gw_body_64"
18+
local material = "gw_body"
1919
local font = "materials/fonts/" .. material
2020
local text_extent_min, text_extent_max = Gui.text_extents(gui, text, font, text_size)
2121
local text_w = text_extent_max[1] - text_extent_min[1]
@@ -94,4 +94,4 @@ end
9494

9595
mod.on_enabled = function(is_first_call) --Make sure everything we need is set.
9696
lastDT = 0
97-
end
97+
end

0 commit comments

Comments
 (0)