Make gr.continuous_scroll default TRUE.

This commit is contained in:
TomAwezome 2022-10-22 14:12:54 -04:00
parent ee991a4aab
commit f362d5a97c

View file

@ -7,6 +7,9 @@ KbdTypeMatic(0);
//Set Time Zone
local_time_offset = 0 * 60 * 60 * CDATE_FREQ; //Do daylight savings by hand
//Set screen zoom behaviour
gr.continuous_scroll = TRUE;
//$AN,"",A="mouse_move_scale"$adjust these to set mouse move scale
mouse_hard.scale.x = 0.7;
mouse_hard.scale.y = 0.7;