forked from team-sg/hero-mark-2
initial android export experiments
This commit is contained in:
parent
a2b9da421a
commit
8452ebce66
30 changed files with 755 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue