real merge

This commit is contained in:
2022-07-23 13:13:52 -04:00
parent 7a3bbc10c8
commit 2af94f26ca
13 changed files with 240 additions and 345 deletions

View File

@@ -1,9 +1,9 @@
<!-- xml reconstructed by ValveResourceFormat: https://vrf.steamdb.info/ -->
<root>
<scripts>
<include src="s2r://panorama/scripts/custom_game/util.vjs_c" />
<include src="s2r://panorama/scripts/custom_game/util.vjs_c" />
</scripts>
<script>
<script><![CDATA[
//GameUI.CustomUIConfig().Config =
//{
// game_name: "touhou"
@@ -33,14 +33,13 @@
}
});
FindDotaHudElement( "PreGame" ).FindChild( "Header" ).style.visibility = "collapse";
</script>
FindDotaHudElement( "PreGame" ).FindChild( "Header" ).style.visibility = "collapse";
]]></script>
<Panel>
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/frames/message/message.xml" />
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/dps_panel.xml" />
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/info.xml" />
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/shop.xml" />
<CustomUIElement type="EndScreen" layoutfile="file://{resources}/layout/custom_game/end_screen.xml" />
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/frames/message/message.vxml_c" />
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/dps_panel.vxml_c" />
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/info.vxml_c" />
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/shop.vxml_c" />
<CustomUIElement type="EndScreen" layoutfile="s2r://panorama/layout/custom_game/end_screen.vxml_c" />
</Panel>
</root>