Fixed offset to multicraft2

master
zmv7 2022-03-16 19:12:12 +05:00 committed by GitHub
parent 918d811852
commit e0aa4d9309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ minetest.register_globalstep(function(dtime)
position = {x = 1, y = 0},
scale = {x = 100, y = 100},
number = 0xFFFF00,
offset = {x = -20, y = 10}})
offset = {x = -25, y = 10}})
if not clock then return end
end
core.localplayer:hud_change(clock, "text", update())