OpenTTD: select video mode with square pixel size
This commit is contained in:
@@ -244,7 +244,7 @@ NDK_TOOLCHAIN_VERSION=clang
|
|||||||
|
|
||||||
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
|
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
|
||||||
# Available architectures: armeabi-v7a x86 arm64-v8a x86_64
|
# Available architectures: armeabi-v7a x86 arm64-v8a x86_64
|
||||||
MultiABI='arm64-v8a armeabi-v7a x86 x86_64'
|
MultiABI='arm64-v8a' # armeabi-v7a x86 x86_64
|
||||||
|
|
||||||
# Optional shared libraries to compile - removing some of them will save space
|
# Optional shared libraries to compile - removing some of them will save space
|
||||||
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed
|
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed
|
||||||
@@ -270,7 +270,7 @@ AppSubdirsBuild=''
|
|||||||
AppBuildExclude=''
|
AppBuildExclude=''
|
||||||
|
|
||||||
# Application command line parameters, including app name as 0-th param
|
# Application command line parameters, including app name as 0-th param
|
||||||
AppCmdline='openttd -d 0 -b 16bpp-simple'
|
AppCmdline='openttd -d 1 -b 16bpp-simple'
|
||||||
|
|
||||||
# Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens
|
# Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens
|
||||||
# Minimum screen size that application supports: (s)mall / (m)edium / (l)arge
|
# Minimum screen size that application supports: (s)mall / (m)edium / (l)arge
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
[misc]
|
[misc]
|
||||||
resolution = 854,480
|
|
||||||
small_font = fonts/Roboto-Bold.ttf
|
small_font = fonts/Roboto-Bold.ttf
|
||||||
medium_font = fonts/Roboto-Bold.ttf
|
medium_font = fonts/Roboto-Bold.ttf
|
||||||
large_font = fonts/DroidSerif-Bold.ttf
|
large_font = fonts/DroidSerif-Bold.ttf
|
||||||
@@ -16,10 +15,6 @@ min_button_size = 48
|
|||||||
min_step_size = 48
|
min_step_size = 48
|
||||||
|
|
||||||
[gui]
|
[gui]
|
||||||
left_mouse_btn_scrolling = true
|
|
||||||
osk_activation = disabled
|
osk_activation = disabled
|
||||||
auto_scrolling = 0
|
auto_scrolling = 0
|
||||||
reverse_scroll = true
|
|
||||||
windows_titlebars = false
|
windows_titlebars = false
|
||||||
windows_decorations = true
|
|
||||||
compact_vertical_toolbar = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user