diff options
author | rom <romangraef@gmail.com> | 2021-04-26 21:53:07 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-26 21:53:07 +0200 |
commit | 6494e91540657968e650cbccc65d8c063214e586 (patch) | |
tree | ccaa736578d8b3ee87a5fba87f4fa54efbab8d11 | |
parent | 16bf959cd60a79fe906ad7e64574e4a77bd80517 (diff) | |
download | ldjam48-6494e91540657968e650cbccc65d8c063214e586.tar.gz ldjam48-6494e91540657968e650cbccc65d8c063214e586.tar.bz2 ldjam48-6494e91540657968e650cbccc65d8c063214e586.zip |
fullscreen
-rw-r--r-- | project.godot | 3 | ||||
-rw-r--r-- | scenes/introduction/come home.tscn | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project.godot b/project.godot index 70b5338..471262c 100644 --- a/project.godot +++ b/project.godot @@ -70,9 +70,8 @@ BackgroundMusic="*res://scenes/background_music.tscn" window/size/width=1280 window/size/height=720 -window/size/fullscreen=true mouse_cursor/custom_image="res://textures/icons/cursor.png" -window/stretch/mode="2d" +window/stretch/mode="viewport" window/stretch/aspect="keep" [gdnative] diff --git a/scenes/introduction/come home.tscn b/scenes/introduction/come home.tscn index c8a53a9..4527635 100644 --- a/scenes/introduction/come home.tscn +++ b/scenes/introduction/come home.tscn @@ -15,4 +15,5 @@ Oh, what a day was that... Let's first check my mails now... " + [connection signal="next" from="CanvasLayer" to="." method="_on_CanvasLayer_next"] |