Fix transparency background issue on Android
Fixes https://github.com/godotengine/godot/issues/106703
This commit is contained in:
parent
e45cc68092
commit
547450befd
11 changed files with 61 additions and 14 deletions
|
|
@ -70,6 +70,7 @@
|
|||
android:launchMode="singleTask"
|
||||
android:process=":GodotGame"
|
||||
android:autoRemoveFromRecents="true"
|
||||
android:theme="@style/GodotGameTheme"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:screenOrientation="userLandscape">
|
||||
<layout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue