From 6494e91540657968e650cbccc65d8c063214e586 Mon Sep 17 00:00:00 2001 From: rom Date: Mon, 26 Apr 2021 21:53:07 +0200 Subject: fullscreen --- project.godot | 3 +-- 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"] -- cgit