20 lines
661 B
TOML
20 lines
661 B
TOML
|
|
[config_v1]
|
|
#Horizontal offset for the book button, relative to left of inventory panel.
|
|
#Range: > -2147483648
|
|
buttonXOffset = 4
|
|
#Vertical offset for the book button, relative to top of inventory panel.
|
|
#Range: > -2147483648
|
|
buttonYOffset = -24
|
|
#Horizontal offset for the pinned books buttons, relative to left of inventory panel.
|
|
#Range: > -2147483648
|
|
pinnedBooksXOffset = -21
|
|
#Vertical offset for the pinned books buttons, relative to top of inventory panel.
|
|
#Range: > -2147483648
|
|
pinnedBooksYOffset = -24
|
|
#Pinned book ids.
|
|
pinnedBooks = []
|
|
#Show Patchouli fumo as books list button icon
|
|
patchouliFumoAsButtonIcon = false
|
|
|