mirror of
https://gitlab.com/4w/mtimer.git
synced 2024-11-24 08:13:48 +01:00
use correct option in documentation
This commit is contained in:
parent
59f973d480
commit
49b485af34
@ -80,7 +80,7 @@ There is intentionally no `settingtypes.txt` because the mod is meant to be conf
|
||||
|
||||
```ini
|
||||
mtimer_color = #ffffff
|
||||
mtimer_hud_element_size = 1
|
||||
mtimer_hud_element_scale = 1
|
||||
mtimer_position = bl
|
||||
mtimer_timezone_offset = 0
|
||||
mtimer_visible = true
|
||||
|
@ -70,6 +70,7 @@ set('hud_element_offset', minetest.serialize({
|
||||
y = set('hud_element_offset_y', 0, true)
|
||||
}))
|
||||
|
||||
|
||||
-- Display settings
|
||||
set('color', '#ffffff')
|
||||
set('hud_element_scale', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user