This commit is contained in:
2023-04-18 23:58:05 +09:00
parent 1980aaee9a
commit fede84be5d
5 changed files with 12 additions and 15 deletions

View File

@@ -1,13 +1,6 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.4
Date: 2023-03-17
Added:
- Angel Seafloor pump
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2023-03-17
Date: 2023-04-19
Added:
- Base Items
- Clock

View File

@@ -1,4 +1,8 @@
local function clock_display(sec)
if sec == nil then
return 0
end
local sym = ''
if sec < 0 then