1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2024-11-12 02:00:48 +01:00

Updated Version Num

This commit is contained in:
AcChosen 2023-08-30 20:21:46 -04:00
parent f500d83345
commit 070e6bacca
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ public class VRSLStyles : MonoBehaviour
StreamReader reader = new StreamReader(path);
string versionNum = reader.ReadToEnd();
string ver = "VRSL GI ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
string ver = "VR Stage Lighting ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
return ver;
}

View File

@ -711,7 +711,7 @@ public class VRSL_ManagerWindow : EditorWindow {
StreamReader reader = new StreamReader(path);
string versionNum = reader.ReadToEnd();
string ver = "VRSL GI ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
string ver = "VR Stage Lighting ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
return ver;
}

View File

@ -38,7 +38,7 @@ namespace VRSL.EditorScripts
StreamReader reader = new StreamReader(path);
string versionNum = reader.ReadToEnd();
string ver = "VRSL GI ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
string ver = "VR Stage Lighting ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
return ver;
}
public static void DrawLogo()