From 1daade7ea3b427cb828cfc06dda700875f2d5d89 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Thu, 13 Feb 2020 13:34:09 -0600 Subject: [PATCH] Fix background not covering the entire viewport in some cases --- project/demos/Utils/BackgroudLayer.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/demos/Utils/BackgroudLayer.tscn b/project/demos/Utils/BackgroudLayer.tscn index bf04650..9b6a8f1 100644 --- a/project/demos/Utils/BackgroudLayer.tscn +++ b/project/demos/Utils/BackgroudLayer.tscn @@ -10,6 +10,8 @@ anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 texture = ExtResource( 1 ) +expand = true +stretch_mode = 7 __meta__ = { "_edit_use_anchors_": false }