Splash Screen Text Position (1 Viewer)

JimmyBoy

Portal Pro
April 18, 2008
107
8
Home Country
United Kingdom United Kingdom
Basically, I would like the splash screen text to be in a different position to centre of screen, to suite my skin. I have tried :


Code:
	<control>
		<description>splashscreen text</description>
		<type>label</type>
		<id>2</id>
		<posX>30</posX>
		<posY>800</posY>
		<textsize>24</textsize>
		<textcolor>6aa5cb</textcolor>
	</control>

But using this code has the odd effect of display NO splashscreen at all. As soon as I remove the PosX / PosY variables then the splashscreen displays again as normal.

I am assuming the splash screen text position is hardcoded, but I would like to think that this is something that could be changed. It respects the font size / color, so surely if it is reading that data, it wouldnt be a nightmare to make it read the X/Y position as well.

Can anyone confirm if it is hardcoded, and where should I go to make a post to report this and hopefully get this implemented in future MP Builds.

Thanks.
 

Users who are viewing this thread

Top Bottom