real merge
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user