Liero: disabled readme text for TV

This commit is contained in:
Sergii Pylypenko
2017-11-09 20:50:52 +02:00
parent 7d7b6e7997
commit 49fb9a98e8
3 changed files with 5 additions and 5 deletions

View File

@@ -437,7 +437,7 @@ class SettingsMenuMisc extends SettingsMenu
String readmes[] = Globals.ReadmeText.split("\\^");
String lang = new String(Locale.getDefault().getLanguage()) + ":";
if( p.isRunningOnOUYA() )
lang = "ouya:";
lang = "tv:";
String readme = readmes[0];
String buttonName = "", buttonUrl = "";
for( String r: readmes )

View File

@@ -7,10 +7,10 @@ AppName="OpenLiero"
AppFullName=open.liero.be
# Application version code (integer)
AppVersionCode=13703
AppVersionCode=13704
# Application user-visible version name (string)
AppVersionName="1.37.03"
AppVersionName="1.37.04"
# 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 is best played with a gamepad. Two-player mode requires two gamepads.'
ReadmeText='This game is best played with a gamepad. Two-player mode requires two gamepads.^tv:'
# libSDL version to use (1.2/1.3/2.0)
LibSdlVersion=1.2