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`.