diff options
Diffstat (limited to 'BackgroundColor.tscn')
-rw-r--r-- | BackgroundColor.tscn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/BackgroundColor.tscn b/BackgroundColor.tscn new file mode 100644 index 0000000..dc0836e --- /dev/null +++ b/BackgroundColor.tscn @@ -0,0 +1,11 @@ +[gd_scene format=3 uid="uid://cisdqupg6dd26"] + +[node name="BackgroundColor" type="CanvasLayer"] +layer = -1 + +[node name="ColorRect" type="ColorRect" parent="."] +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 |