Skip to content

Commit

Permalink
extras: disable move zones in cmd menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Velaron committed Feb 23, 2025
1 parent dc6482e commit c2b4491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/cs16client-extras/touch/customcmd.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if "$touch_move_indicator > 0"
alias _erase_frame "touch_removebutton _menu_*; touch_setclientonly 0; set touch_move_indicator $touch_indicator_value; unalias _erase_frame"
alias _click_cnd "play media/launch_select1.wav; vibrate 30"
alias _click_cnd_back "play media/launch_upmenu1.wav; vibrate 30"
touch_addbutton "_menu_look" "" "_look" 0.5 0 1 1 0 0 0 0 6
touch_addbutton "_menu_move" "" "_move" 0 0.1 0.5 1 0 0 0 0 6
// touch_addbutton "_menu_look" "" "_look" 0.5 0 1 1 0 0 0 0 6
// touch_addbutton "_menu_move" "" "_move" 0 0.1 0.5 1 0 0 0 0 6

// Close menu
alias _closemenu_2 "touch_removebutton _menu_*_my_menu-2-*; touch_removebutton _menu_*_my_menu-3-*; touch_removebutton _menu_*_my_menu-4-*; touch_removebutton _menu_*_my_menu-5-*;alias _closemenu_2 \"\""
Expand Down

0 comments on commit c2b4491

Please sign in to comment.