diff options
-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"] |