mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-28 18:52:46 +01:00
Update HoloClock.lua
This commit is contained in:
@@ -436,8 +436,8 @@ end
|
||||
---------------------------------------
|
||||
|
||||
local args = {...}
|
||||
local scale = tonumber(args[1]) or 1
|
||||
local height = tonumber(args[2]) or 10
|
||||
local scale = tonumber(args[1]) or 2
|
||||
local height = tonumber(args[2]) or 15
|
||||
|
||||
local date
|
||||
|
||||
|
||||
Reference in New Issue
Block a user