Liero: updated config

This commit is contained in:
Sergii Pylypenko
2017-10-30 23:31:33 +02:00
parent 0aba1e43d7
commit bb08c6ab43
8 changed files with 11 additions and 321 deletions

View File

@@ -7,10 +7,10 @@ AppName="OpenLiero"
AppFullName=open.liero.be
# Application version code (integer)
AppVersionCode=13701
AppVersionCode=13702
# Application user-visible version name (string)
AppVersionName="1.37.01"
AppVersionName="1.37.02"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
@@ -28,7 +28,7 @@ DeleteFilesOnUpgrade="libsdl-DownloadFinished-0.flag"
# Here you may type readme text, which will be shown during startup. Format is:
# Text in English, use \\\\n to separate lines (that's four backslashes)^de:Text in Deutsch^ru:Text in Russian^button:Button that will open some URL:http://url-to-open/
ReadmeText='This game requires a gamepad to play'
ReadmeText='This game is best played with a gamepad. Two player mode will be added later.'
# libSDL version to use (1.2/1.3/2.0)
LibSdlVersion=1.2
@@ -138,7 +138,7 @@ GenerateSubframeTouchEvents=n
ForceRelativeMouseMode=n
# Show on-screen dpad/joystick, that will act as arrow keys (y) or (n)
AppNeedsArrowKeys=n
AppNeedsArrowKeys=y
# On-screen dpad/joystick will appear under finger when it touches the screen (y) or (n)
# Joystick always follows finger, so moving mouse requires touching the screen with other finger
@@ -203,13 +203,13 @@ NonBlockingSwapBuffers=n
RedefinedKeys="SPACE RETURN NO_REMAP NO_REMAP"
# Number of virtual keyboard keys (currently 6 is maximum)
AppTouchscreenKeyboardKeysAmount=0
AppTouchscreenKeyboardKeysAmount=5
# Redefine on-screen keyboard keys to SDL keysyms - 6 keyboard keys + 4 multitouch gestures (zoom in/out and rotate left/right)
RedefinedKeysScreenKb="RCTRL RALT RSHIFT RETURN"
RedefinedKeysScreenKb="RSHIFT SLASH RCTRL RETURN RALT"
# Names for on-screen keyboard keys, such as Fire, Jump, Run etc, separated by spaces, they are used in SDL config menu
RedefinedKeysScreenKbNames="Fire Change Jump Dig"
RedefinedKeysScreenKbNames="Jump Rope Fire Dig Change"
# On-screen keys theme
# 0 = Ultimate Droid by Sean Stieber (green, with cross joystick)
@@ -226,7 +226,7 @@ TouchscreenKeysTheme=3
# Redefine gamepad keys to SDL keysyms, button order is:
# A B X Y L1 R1 L2 R2 LThumb RThumb
RedefinedKeysGamepad="RETURN RSHIFT RCTRL RALT RSHIFT RALT RETURN RCTRL RETURN RETURN"
RedefinedKeysGamepad="RETURN RSHIFT RCTRL RALT RSHIFT RALT SLASH RCTRL RETURN RETURN"
# How long to show startup menu button, in msec, 0 to disable startup menu
StartupMenuButtonTimeout=3000