mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -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,
|
||||
|
||||
settings = {
|
||||
right_alignment_shift = 0
|
||||
right_alignment_shift = 6
|
||||
},
|
||||
|
||||
text_formatting = "%6.1f%%",
|
||||
text_formatting = "%.1f%%",
|
||||
|
||||
offset = {
|
||||
x = 262,
|
||||
|
||||
Reference in New Issue
Block a user