mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Merge pull request #42186 from m4gr3d/3.2-android-subview
[3.2] Godot Android Subview Implementation
This commit is contained in:
commit
fc50d5b38c
16 changed files with 360 additions and 226 deletions
|
|
@ -30,11 +30,11 @@
|
|||
|
||||
package com.godot.game;
|
||||
|
||||
import org.godotengine.godot.Godot;
|
||||
import org.godotengine.godot.FullScreenGodotApp;
|
||||
|
||||
/**
|
||||
* Template activity for Godot Android custom builds.
|
||||
* Feel free to extend and modify this class for your custom logic.
|
||||
*/
|
||||
public class GodotApp extends Godot {
|
||||
public class GodotApp extends FullScreenGodotApp {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue