Tool menu button hint toggle

This commit is contained in:
LostTrackpad 2024-10-03 15:32:25 +07:00
parent 7c5bbf44aa
commit 1e169983bc
8 changed files with 24 additions and 0 deletions

View file

@ -124,6 +124,9 @@ beatrun.toolsmenu.hud.textcolor=HUD Text Color
beatrun.toolsmenu.hud.cornercolor=HUD Corner Color
beatrun.toolsmenu.hud.floatxpcolor=HUD Floating XP Color
beatrun.toolsmenu.hud.buttonhints=Show Button Hints
beatrun.toolsmenu.hud.buttonhintsdesc=Display button hints on the bottom right of the HUD.
# Tools Menu Camera Section
beatrun.toolsmenu.camera.name=Camera
beatrun.toolsmenu.camera.desc=Camera Settings

View file

@ -114,6 +114,9 @@ beatrun.toolsmenu.hud.textcolor=Colore del testo dell'HUD
beatrun.toolsmenu.hud.cornercolor=Colore del bordo dell'HUD
beatrun.toolsmenu.hud.floatxpcolor=Colore XP mobile dell'HUD
beatrun.toolsmenu.hud.buttonhints=
beatrun.toolsmenu.hud.buttonhintsdesc=
# Tools Menu Camera Section
beatrun.toolsmenu.camera.name=Camera
beatrun.toolsmenu.camera.desc=Impostazioni Camera

View file

@ -116,6 +116,9 @@ beatrun.toolsmenu.hud.textcolor=Kolor tekstu interfejsu
beatrun.toolsmenu.hud.cornercolor=Kolor rogu interfejsu
beatrun.toolsmenu.hud.floatxpcolor=Kolor "unoszących się" punktów PD na interfejsie
beatrun.toolsmenu.hud.buttonhints=
beatrun.toolsmenu.hud.buttonhintsdesc=
# Tools Menu Camera Section
beatrun.toolsmenu.camera.name=Kołysanie kamery w ruchu
beatrun.toolsmenu.camera.desc=Ustawienia kołysania kamery w ruchu

View file

@ -116,6 +116,9 @@ beatrun.toolsmenu.hud.textcolor=Cor de Texto da HUD
beatrun.toolsmenu.hud.cornercolor=Color do Canto da HUD
beatrun.toolsmenu.hud.floatxpcolor=Color do XP Flutuante
beatrun.toolsmenu.hud.buttonhints=
beatrun.toolsmenu.hud.buttonhintsdesc=
# Tools Menu Camera Section
beatrun.toolsmenu.camera.name=Viewbob
beatrun.toolsmenu.camera.desc=Configuraçoes do Viewbob

View file

@ -121,6 +121,9 @@ beatrun.toolsmenu.hud.textcolor=Цвет Текста в HUD
beatrun.toolsmenu.hud.cornercolor=Цвет Края в HUD
beatrun.toolsmenu.hud.floatxpcolor=Цвет Всплывающего XP в HUD
beatrun.toolsmenu.hud.buttonhints=
beatrun.toolsmenu.hud.buttonhintsdesc=
# Tools Menu Camera Section
beatrun.toolsmenu.camera.name=Камера
beatrun.toolsmenu.camera.desc=Настройки камеры

View file

@ -116,6 +116,9 @@ beatrun.toolsmenu.hud.textcolor=Arayüz Metin Rengi
beatrun.toolsmenu.hud.cornercolor=Arayüz Köşe Rengi
beatrun.toolsmenu.hud.floatxpcolor=Arayüz Süzülen XP Rengi
beatrun.toolsmenu.hud.buttonhints=
beatrun.toolsmenu.hud.buttonhintsdesc=
# Tools Menu Camera Section
beatrun.toolsmenu.camera.name=Görüntü Sarsılması
beatrun.toolsmenu.camera.desc=Görüntü Sarsılma Ayarları

View file

@ -120,6 +120,9 @@ beatrun.toolsmenu.hud.textcolor=Колір Тексту в HUD
beatrun.toolsmenu.hud.cornercolor=Колір Краю в HUD
beatrun.toolsmenu.hud.floatxpcolor=Колір спливаючого XP в HUD
beatrun.toolsmenu.hud.buttonhints=
beatrun.toolsmenu.hud.buttonhintsdesc=
# Tools Menu Camera Section
beatrun.toolsmenu.camera.name=Покачування Камери
beatrun.toolsmenu.camera.desc=Налаштування похитування камери

View file

@ -152,6 +152,9 @@ hook.Add("PopulateToolMenu", "Beatrun_ToolMenu", function()
panel:ClearControls()
panel:SetName("#beatrun.toolsmenu.hud.desc")
panel:CheckBox("#beatrun.toolsmenu.hud.buttonhints", "Beatrun_HUDButtonHints")
panel:ControlHelp("#beatrun.toolsmenu.hud.buttonhintsdesc")
panel:CheckBox("#beatrun.toolsmenu.hud.dynamic", "Beatrun_HUDDynamic")
panel:ControlHelp("#beatrun.toolsmenu.hud.dynamicdesc")