Update HoloClock.lua

This commit is contained in:
Igor Timofeev 2015-08-14 02:49:05 +03:00
parent e652058d1e
commit ba4479dfd0

View File

@ -448,7 +448,7 @@ holo.setScale(scale)
while true do
holo.clear()
date = string.sub(os.date("%T"), 1, -4)
hologram.text(5, height, 24, date, 2)
hologram.text(15, height, 24, date, 2)
term.clear()
gpu.set(2, 2, "Текущее время: " .. date)