Skip to content

Commit

Permalink
v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bellyillish committed Mar 5, 2024
1 parent 3dfcf8a commit 2b692d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions 01 (HUD) BHS/gamedata/scripts/modxml_z_dart_bhs.script
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,4 @@ function on_xml_read()
Module.registerModule(mod, "ui_body_health", parseUIBodyHealth)
Module.registerModule(mod, "maingame", parseMaingame)
Module.registerModule(mod, "ui_sidhud_component", parseSidHudComponent)

-- ensure state.bounds is populated first
CScriptXmlInit():ParseFile("ui_custom_msgs.xml")
end
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ end

function on_xml_read()
Module.registerModule(mod, "ui_inventory", parseUIInventory)

-- make sure XML has been parsed first
CScriptXmlInit():ParseFile("ui_inventory.xml")
end

0 comments on commit 2b692d8

Please sign in to comment.