Skip to content

Commit

Permalink
Fix for backgrounds (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner authored Jun 24, 2024
1 parent 509b254 commit a4b1e49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[ext_resource type="Script" path="res://addons/dialogic/Modules/Background/node_background_holder.gd" id="2_ghan2"]

[node name="BackgroundLayer" type="Control"]
layout_direction = 2
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
Expand All @@ -20,4 +21,5 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
color = Color(1, 1, 1, 0)
script = ExtResource("2_ghan2")

0 comments on commit a4b1e49

Please sign in to comment.