mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 12:28:03 -08:00
Sunbreak part names mapping
- Sunbreak part names mapping except for Furious Rajang and Scorned Magnamalo; - Base game part name fixes.
This commit is contained in:
@@ -1130,9 +1130,9 @@ function config.init()
|
||||
|
||||
value_label = {
|
||||
visibility = true,
|
||||
text = "%9s", -- current_health/max_health
|
||||
text = "%11s", -- current_health/max_health
|
||||
offset = {
|
||||
x = 114,
|
||||
x = 100,
|
||||
y = -5
|
||||
},
|
||||
color = 0xFFFFFFFF,
|
||||
@@ -1302,9 +1302,9 @@ function config.init()
|
||||
|
||||
value_label = {
|
||||
visibility = true,
|
||||
text = "%9s",
|
||||
text = "%11s",
|
||||
offset = {
|
||||
x = 20,
|
||||
x = 6,
|
||||
y = 6
|
||||
},
|
||||
color = 0xFFFFFFFF,
|
||||
@@ -2139,9 +2139,9 @@ function config.init()
|
||||
|
||||
value_label = {
|
||||
visibility = true,
|
||||
text = "%9s", -- current_health/max_health
|
||||
text = "%11s", -- current_health/max_health
|
||||
offset = {
|
||||
x = 114,
|
||||
x = 100,
|
||||
y = -5
|
||||
},
|
||||
color = 0xFFFFFFFF,
|
||||
@@ -2311,9 +2311,9 @@ function config.init()
|
||||
|
||||
value_label = {
|
||||
visibility = true,
|
||||
text = "%9s",
|
||||
text = "%11s",
|
||||
offset = {
|
||||
x = 20,
|
||||
x = 6,
|
||||
y = 6
|
||||
},
|
||||
color = 0xFFFFFFFF,
|
||||
@@ -3130,9 +3130,9 @@ function config.init()
|
||||
|
||||
value_label = {
|
||||
visibility = true,
|
||||
text = "%9s", -- current_health/max_health
|
||||
text = "%11s", -- current_health/max_health
|
||||
offset = {
|
||||
x = 114,
|
||||
x = 100,
|
||||
y = -5
|
||||
},
|
||||
color = 0xFFFFFFFF,
|
||||
@@ -3301,9 +3301,9 @@ function config.init()
|
||||
|
||||
value_label = {
|
||||
visibility = true,
|
||||
text = "%9s",
|
||||
text = "%11s",
|
||||
offset = {
|
||||
x = 20,
|
||||
x = 6,
|
||||
y = 6
|
||||
},
|
||||
color = 0xFFFFFFFF,
|
||||
|
||||
Reference in New Issue
Block a user