mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-07-12 23:14:52 +00:00
T2RPG: Modify Loadscreen to Direct Prospective Players to the Repo/Wiki
This commit is contained in:
parent
094375bba4
commit
211ecf8668
2 changed files with 18 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue