diff --git a/project/jni/application/openarena/AndroidAppSettings.cfg b/project/jni/application/openarena/AndroidAppSettings.cfg index 58796f952..9357e84fa 100644 --- a/project/jni/application/openarena/AndroidAppSettings.cfg +++ b/project/jni/application/openarena/AndroidAppSettings.cfg @@ -138,6 +138,13 @@ RedefinedKeysScreenKb="SLASH BACKSPACE TAB END LCTRL SPACE UNKNOWN UNKNOWN UNKNO # Names for on-screen keyboard keys, such as Fire, Jump, Run etc, separated by spaces, they are used in SDL config menu RedefinedKeysScreenKbNames="Change_weapon Sniper_view Show_scores Quick_rotate Fire Jump" +# On-screen keys theme +# 0 = Ultimate Droid by Sean Stieber (green, with gamepad joystick) +# 1 = Simple Theme by Beholder (white, with gamepad joystick) +# 2 = Sun by Sirea (yellow, with round joystick) +# 3 = Keen by Gerstrong (multicolor, with round joystick) +TouchscreenKeysTheme=2 + # Redefine gamepad keys to SDL keysyms, button order is: # A B X Y L1 R1 L2 R2 LThumb RThumb RedefinedKeysGamepad="SLASH BACKSPACE TAB END SPACE LCTRL SPACE LCTRL V E" diff --git a/todo.txt b/todo.txt index 331da6055..66416b422 100644 --- a/todo.txt +++ b/todo.txt @@ -20,8 +20,6 @@ Requested features, might never get implemented TODO, which will get actually done ================================== -- TeeWorlds: add accelerometer jump, improve touchscreen controls if possible. - - TeeWorlds: fix Ouya bugs (whole-screen shrink, remove controls from settings), submit to Ouya store. - UQM: On-screen buttons are re-appearing when using gamepad and switching between game screens. @@ -32,8 +30,6 @@ TODO, which will get actually done - OpenArena: move 3-rd person camera to the side, above shoulder. -- OpenArena: finish Ouya port. - - SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper. - UfoAI: huge huge update. \ No newline at end of file