15 lines
557 B
XML
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> |