v1.2.0: implemented basic controller support
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon.android"
|
||||
android:installLocation="auto"
|
||||
android:targetSandboxVersion="2"
|
||||
@@ -12,6 +13,9 @@
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
<!-- We perform a runtime check to ensure controllers are disabled on API 14 & 15 -->
|
||||
<uses-sdk tools:overrideLibrary="com.badlogicgames.gdx.controllers" />
|
||||
|
||||
<!-- Note that the game doesn't truly support small screen resolutions,
|
||||
it instead forces downscaling to work on these displays.-->
|
||||
<supports-screens
|
||||
|
||||
Reference in New Issue
Block a user