T2RPG: Modify Loadscreen to Direct Prospective Players to the Repo/Wiki

This commit is contained in:
Jusctsch5 2015-03-23 21:43:45 -05:00
parent 094375bba4
commit 211ecf8668
2 changed files with 18 additions and 0 deletions

View file

@ -41,6 +41,22 @@ new GuiControl(RPGLoadingScreen) {
maxChars = "-1";
deniedSound = "InputDeniedSound";
};
new GuiMLTextCtrl(RPGShamelessPlug) {
profile = "ShellTextCenterProfile";
horizSizing = "center";
vertSizing = "height";
position = "-99 350";
extent = "837 58";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
deniedSound = "InputDeniedSound";
};
new GuiProgressCtrl(RPGLoadingProgress) {
profile = "ShellProgressBarProfile";
horizSizing = "center";