Configure android

This commit is contained in:
VAILLANT Jeremy
2021-05-08 17:08:51 +02:00
parent bcd947f334
commit 1e3e757287
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -57,3 +57,7 @@ $RECYCLE.BIN/
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/godot,linux,windows
# Ignore files releases
releases
+5
View File
@@ -14,6 +14,11 @@ config/name="Athena-Hidden-Object"
run/main_scene="res://scenes/main.tscn"
config/icon="res://icon.png"
[display]
window/size/borderless=true
window/stretch/mode="2d"
[physics]
common/enable_pause_aware_picking=true
View File