diff --git a/gui/RPGloadingScreen.gui b/gui/RPGloadingScreen.gui index 91ea96e..4c177d2 100644 --- a/gui/RPGloadingScreen.gui +++ b/gui/RPGloadingScreen.gui @@ -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"; diff --git a/scripts/RPGLoadscreen.cs b/scripts/RPGLoadscreen.cs index 6be9208..a7ce293 100644 --- a/scripts/RPGLoadscreen.cs +++ b/scripts/RPGLoadscreen.cs @@ -35,7 +35,9 @@ function clientCmdRPGLoadscreen(%use) function clientCmdRPGLoadscreenTitle(%title) { RPGLoadingTitle.setValue("Ironsphere RPG II\n" @ %title); + RPGShamelessPlug.setValue("Please see https://github.com/Jusctsch5/ironsphererpg for more information."); } + function createESCKeybind() { if (isObject(RPGLSMap))