From f48db07815b67101bd9b745f2b1e5c0d6e0aa372 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Sat, 2 May 2020 17:09:23 +0200 Subject: [PATCH] [Readme] Added offset_x and offset_y --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7777fe2..2fc92dde 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ A partial list of parameters are below. See the config file for a complete list. | `font_size=` | Customizeable font size (default=24) | | `width=`
`height=` | Customizeable hud dimensions (in pixels) | | `position=` | Location of the hud: `top-left` (default), `top-right`, `bottom-left`, `bottom-right` | +| `offset_x` `offset_y` | Hud position offsets | | `no_display` | Hide the hud by default | | `toggle_hud=`
`toggle_logging=` | Modifiable toggle hotkeys. Default are F12 and F2, respectively. | | `reload_cfg=` | Change keybind for reloading the config |