Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. <styles>
  2. <include src="s2r://panorama/styles/dotastyles.vcss_c" />
  3. <include src="s2r://panorama/styles/custom_game/multiteam_top_scoreboard.vcss_c" />
  4. <include src="s2r://panorama/styles/custom_game/shared_scoreboard_styles.vcss_c" />
  5. <include src="s2r://panorama/styles/custom_game/scoreboard_timer.vcss_c" />
  6. </styles>
  7.  
  8. <scripts>
  9. <include src="s2r://panorama/scripts/custom_game/shared_scoreboard_updater.vjs_c" />
  10. <include src="s2r://panorama/scripts/custom_game/multiteam_top_scoreboard.vjs_c" />
  11. </scripts>
  12. <script>
  13. $( "#_dynamic_team_2" ).SetAttributeInt( "team_id", 2 );
  14. $( "#_dynamic_team_3" ).SetAttributeInt( "team_id", 3 );
  15. </script>
  16.  
  17. <Panel hittest="false" class="CustomHudRoot">
  18. <Panel hittest="false" id="TopBarScoreboard">
  19. <Panel hittest="false" id="ScoreboardContainer">
  20. <Panel hittest="false" id="MultiteamScoreboard">
  21. <Panel hittest="false" class="ScoreboardTeamWrapper" id="_dynamic_team_2">
  22. <Panel hittest="false" id="ScoreboardTeam">
  23. <Panel hittest="false" id="TeamPadding"/>
  24. <Panel hittest="false" id="PlayersContainer"/>
  25. <Panel hittest="false" id="LogoAndScore">
  26. <Panel hittest="false" id="TeamLogo" />
  27. <Label hittest="false" id="TeamScore" text="999"/>
  28. </Panel>
  29. </Panel>
  30. </Panel>
  31. <Panel hittest="false" class="ScoreboardTeamWrapper" id="_dynamic_team_3">
  32. <Panel hittest="false" id="ScoreboardTeam">
  33. <Panel hittest="false" id="LogoAndScore">
  34. <Panel hittest="false" id="TeamLogo" />
  35. <Label hittest="false" id="TeamScore" text="999"/>
  36. </Panel>
  37. <Panel hittest="false" id="PlayersContainer"/>
  38. <Panel hittest="false" id="TeamPadding"/>
  39. </Panel>
  40. </Panel>
  41. </Panel>
  42. </Panel>
  43. </Panel>
  44. </Panel>
  45. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement