mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Fix Follower Otomo Percentage DMG being incorrectly formatted
This commit is contained in:
@@ -7034,10 +7034,10 @@ function this.init_default()
|
|||||||
visibility = true,
|
visibility = true,
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
right_alignment_shift = 0
|
right_alignment_shift = 6
|
||||||
},
|
},
|
||||||
|
|
||||||
text_formatting = "%6.1f%%",
|
text_formatting = "%.1f%%",
|
||||||
|
|
||||||
offset = {
|
offset = {
|
||||||
x = 262,
|
x = 262,
|
||||||
|
|||||||
Reference in New Issue
Block a user