mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Use Buff Filter Name frrom Localization File
+ Sort Names in English + Use NotoSans-Bold as Default Font
This commit is contained in:
@@ -46,15 +46,15 @@ local ValueType = ValueType;
|
||||
local package = package;
|
||||
|
||||
this.list = {
|
||||
rousing_roar = nil,
|
||||
go_fight_win = nil,
|
||||
power_drum = nil
|
||||
power_drum = nil,
|
||||
rousing_roar = nil
|
||||
};
|
||||
|
||||
this.keys = {
|
||||
"rousing_roar",
|
||||
"go_fight_win",
|
||||
"power_drum"
|
||||
"power_drum",
|
||||
"rousing_roar"
|
||||
};
|
||||
|
||||
local otomo_moves_ids = {
|
||||
|
||||
Reference in New Issue
Block a user