From 8b3a30e441e29b215ece0e25e05e9e4a5e7844f4 Mon Sep 17 00:00:00 2001 From: beu Date: Wed, 8 May 2024 15:58:00 +0200 Subject: [PATCH] Add manialink ScriptName & Version --- TM_DebugMode.Script.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TM_DebugMode.Script.txt b/TM_DebugMode.Script.txt index 341c564..855f74e 100644 --- a/TM_DebugMode.Script.txt +++ b/TM_DebugMode.Script.txt @@ -13,7 +13,7 @@ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Constants // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -#Const C_DebugMode_Version "2024-03-12" +#Const C_DebugMode_Version "2024-05-08" #Const C_DebugMode_MainUI "DebugMode_MainUI" // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // @@ -548,6 +548,10 @@ Text GetManialink() { #Include "MathLib" as ML // #RequireContext CSmMlScriptIngame +#Const ScriptName {{{dump(C_DebugMode_MainUI)}}} +#Const Version {{{dump(C_DebugMode_Version)}}} + + Real ComputeBackgroundSize(CMlLabel _Label, Text _Value, Real _MaxLineWidth) { declare Real SpaceSize = _Label.ComputeWidth(" ");