mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
T2RPG: Modify Loadscreen to Direct Prospective Players to the Repo/Wiki
This commit is contained in:
parent
094375bba4
commit
211ecf8668
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -35,7 +35,9 @@ function clientCmdRPGLoadscreen(%use)
|
|||
function clientCmdRPGLoadscreenTitle(%title)
|
||||
{
|
||||
RPGLoadingTitle.setValue("<just:center><font:Verdana Bold:30>Ironsphere RPG II\n" @ %title);
|
||||
RPGShamelessPlug.setValue("<just:center><font:Verdana Bold:15>Please see https://github.com/Jusctsch5/ironsphererpg for more information.");
|
||||
}
|
||||
|
||||
function createESCKeybind()
|
||||
{
|
||||
if (isObject(RPGLSMap))
|
||||
|
|
|
|||
Loading…
Reference in a new issue