mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-15 07:41:21 +02:00
feat: add shared date and time formatting
This commit is contained in:
@@ -332,6 +332,12 @@ function SaveData.defaultOptions()
|
||||
-- gets the tick without going looking for the row. Inert wherever the
|
||||
-- overlay never appears (desktop) or LOVE has no vibrator.
|
||||
haptics = "light",
|
||||
-- Shared UI/mod timestamp presentation. DEVICE follows the process time
|
||||
-- locale where the platform exposes one; otherwise DateTime falls back to
|
||||
-- DD-MM-YYYY and 24-hour time. Kept in options.lua so checkpoints never
|
||||
-- rewind presentation preferences.
|
||||
dateFormat = "device", -- device | dmy | mdy | ymd
|
||||
timeFormat = "device", -- device | 24h | 12h
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user