initial android export experiments

This commit is contained in:
Haze Weathers 2023-03-10 14:12:16 -05:00
parent a2b9da421a
commit 8452ebce66
30 changed files with 755 additions and 1 deletions

View file

@ -18,6 +18,8 @@ func _ready():
get_tree().connect("screen_resized", self, "_on_screen_resized")
root.set_attach_to_screen_rect(root.get_visible_rect())
_on_screen_resized()
#STUPID VIEWPORT GODOT BUG FIX
$ViewportContainer/Viewport.set_deferred("handle_input_locally", true)
func _on_screen_resized():
# VARS