This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/notes-client.toml
2023-11-02 12:32:44 -05:00

20 lines
976 B
TOML

[Client]
#The date format used in timestamps.
dateFormat = "M/d/yy h:mm a"
#Determines whether the in-game editor or the system's default text editor will be used to edit notes. If the system editor is not available, the in-game editor will be used.
useInGameEditor = true
#Determines whether the in-game viewer or the system's default text viewer will be used to view notes. If the system viewer is not available, the in-game viewer will be used.
useInGameViewer = true
#The HUD position of a pinned note. Values: top_left, top_right, center_left, center_right, bottom_left, bottom_right
pinnedNotePosition = "center_right"
#The maximum width of a pinned note relative to the screen's width.
#Range: 0.05 ~ 1.0
pinnedWidthScale = 0.2
#The maximum percentage of the screen's display height that a pinned note can take up.
#Range: 0.05 ~ 1.0
pinnedHeightScale = 1.0
#Determines whether displayed notes will be word wrapped.
wrapNote = true