From 7a8f6d4bcdab46436e55abb927386204d8590019 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Wed, 28 Feb 2024 22:52:06 +0100 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Configuration.md b/Configuration.md index 44633f0..08f12bd 100644 --- a/Configuration.md +++ b/Configuration.md @@ -46,6 +46,15 @@ Y scale for the display. Input is a float number, `1.0` is default size. #### scale-z Z scale for the display. Input is a float number, `1.0` is default size. +#### offset-x +X offset for the display. Input is a decimal number, 0.0 is default offset. + +#### offset-y +Y offset for the display. Input is a decimal number, 0.0 is default offset. + +#### offset-z +Z offset for the display. Input is a decimal number, 0.0 is default offset. + #### shadowed Decides if text should be shadowed. Possible values are `true` and `false`.