mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-07-15 16:34:46 +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";
|
maxChars = "-1";
|
||||||
deniedSound = "InputDeniedSound";
|
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) {
|
new GuiProgressCtrl(RPGLoadingProgress) {
|
||||||
profile = "ShellProgressBarProfile";
|
profile = "ShellProgressBarProfile";
|
||||||
horizSizing = "center";
|
horizSizing = "center";
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,9 @@ function clientCmdRPGLoadscreen(%use)
|
||||||
function clientCmdRPGLoadscreenTitle(%title)
|
function clientCmdRPGLoadscreenTitle(%title)
|
||||||
{
|
{
|
||||||
RPGLoadingTitle.setValue("<just:center><font:Verdana Bold:30>Ironsphere RPG II\n" @ %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()
|
function createESCKeybind()
|
||||||
{
|
{
|
||||||
if (isObject(RPGLSMap))
|
if (isObject(RPGLSMap))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue