Refactored the bossfight_ui so it will work with any description of a boss fight.
This commit is contained in:
parent
43835da88f
commit
a3f6ba3c03
12 changed files with 99 additions and 69 deletions
|
@ -20,7 +20,7 @@ namespace gui {
|
|||
$map_ui($level),
|
||||
$combat_ui($level),
|
||||
$status_ui($level),
|
||||
$boss_fight_ui($level),
|
||||
$boss_fight_ui($level, "RAT_KING"),
|
||||
$font{FONT_FILE_NAME}
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue