mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-24 00:35:59 +01:00
Update HoloClock.lua
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user