Moved controller help message to a form

This commit is contained in:
Eddoursul 2024-04-28 14:51:52 +02:00
parent d9fb9492c7
commit ace4edcc88
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -244,8 +244,8 @@ Begin MenuMode 1059
SetEventHandler "OnButtonDown:4111" CWxPanelOnButtonDown SetEventHandler "OnButtonDown:4111" CWxPanelOnButtonDown
if CWxPanelGamepadHintShown == 0 && GetController if CWxPanelGamepadHintShown == 0 && GetController
MessageBoxEx "Use D-pad to navigate:%rUP/DOWN - select a body part%rLEFT/RIGHT - select an implant slot%rA - show an implant menu"
set CWxPanelGamepadHintShown to 1 set CWxPanelGamepadHintShown to 1
ShowMessage CWxPanelGamepadHelpMsg
endif endif
if ListGetCount CWxImplantsAllList != ListGetCount CWxImplantsDescList if ListGetCount CWxImplantsAllList != ListGetCount CWxImplantsDescList