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(" ");