Changed dialogic background color to black and opacity to 168 sothat there is a visible dark overlay during dialogues
This commit is contained in:
+1
-1
@@ -21,5 +21,5 @@ anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
color = Color(1, 1, 1, 0)
|
||||
color = Color(0, 0, 0, 0.658824)
|
||||
script = ExtResource("2_ghan2")
|
||||
|
||||
+1
@@ -10,3 +10,4 @@ corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
shadow_color = Color(0, 0, 0, 0.772549)
|
||||
|
||||
Reference in New Issue
Block a user