Files
2HUCardTDGame/content/panorama/layout/custom_game/custom_loading_screen.xml
2021-11-10 08:48:00 -05:00

15 lines
557 B
XML

<root>
<styles>
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
<include src="s2r://panorama/styles/custom_game/custom_loading_screen.vcss_c" />
<include src="s2r://panorama/styles/custom_game/movie.vcss_c" />
</styles>
<scripts>
<include src="s2r://panorama/scripts/custom_game/custom_loading_screen.vjs_c" />
</scripts>
<Panel>
<Panel id="MoviePlayPanel" />
<Panel id="loading_png" />
<Label id="loading_text" text="Loading..." />
</Panel>
</root>