2013-12-07 00:30:48 +00:00
|
|
|
// file supplied by mushi
|
|
|
|
|
|
|
|
bind mouse1 +attack //left area of the screen
|
|
|
|
bind mouse2 +jump //right area of the screen
|
|
|
|
bind menu "toggleconsole"
|
2019-05-10 09:31:21 +00:00
|
|
|
bind volup inc volume 0.1
|
|
|
|
bind voldown inc volume -0.1
|
2015-06-22 11:49:15 +00:00
|
|
|
|
2013-12-07 00:30:48 +00:00
|
|
|
|
|
|
|
// Appearance settings
|
|
|
|
brightness "0.2"
|
|
|
|
contrast "1.2"
|
2015-06-15 20:11:27 +00:00
|
|
|
|
2015-06-22 11:49:15 +00:00
|
|
|
vid_conwidth "0" //make something up based upon aspect ratio
|
2015-06-15 20:11:27 +00:00
|
|
|
vid_conheight "300" //not using autoscale as it can make the menu unusable.
|
|
|
|
vid_conautoscale "0" // Text/Menu size. 2 is the default. 4 is bigger
|
2015-06-14 09:34:55 +00:00
|
|
|
|
2019-05-23 15:11:32 +00:00
|
|
|
scr_consize 0.4 //android's onscreen keyboard can take up over half the screen (and we don't know exactly where it is).
|
2017-03-26 01:46:08 +00:00
|
|
|
exec touch.cfg
|