diff --git a/menu_builder.ts b/menu_builder.ts index 086bcd8..1a6d89b 100644 --- a/menu_builder.ts +++ b/menu_builder.ts @@ -1,5 +1,3 @@ -/// - var screenX = API.getScreenResolutionMaintainRatio().Width; var screenY = API.getScreenResolutionMaintainRatio().Height; var panelMinX = Math.round(screenX / 32); @@ -2436,4 +2434,4 @@ API.onKeyDown.connect(function (sender, e) { } else { return; } -}); \ No newline at end of file +});