mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
Update HoloClock.lua
This commit is contained in:
parent
e652058d1e
commit
ba4479dfd0
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user