You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if "$touch_move_indicator > 0";:set touch_indicator_value "$touch_move_indicator";:set touch_move_indicator 0
27
23
set _menu_stroke 1 156 77 20 200 ;touch_set_stroke $_menu_stroke
28
24
set _menu_sel_bg "156 77 20 180"
29
25
set _menu_bg "0 0 0 180"
@@ -34,7 +30,7 @@ set _menu_click_cnd media/launch_select1.wav
34
30
set _menu_click_cnd_back media/launch_upmenu1.wav
35
31
set _menu_vibrate_value 30
36
32
// Alias commands
37
-
alias _erase_frame "touch_removebutton _menu_*; touch_setclientonly 0; set touch_move_indicator $touch_indicator_value; set _menu_opened 0; unalias _erase_frame"
33
+
alias _erase_frame "touch_removebutton _menu_*; touch_setclientonly 0; set touch_move_indicator $touch_indicator_value; unalias _erase_frame"
38
34
alias _reset_menu "touch_removebutton _menu_*; touch_setclientonly 0"
39
35
alias _click_cnd "play $_menu_click_cnd ; vibrate $_menu_vibrate_value"
40
36
alias _click_cnd_back "play $_menu_click_cnd_back ; vibrate $_menu_vibrate_value"
0 commit comments