Changed dialogic background color to black and opacity to 168 sothat there is a visible dark overlay during dialogues

pull/10/head
kziolkowski 6 months ago
parent 4a0b2cd550
commit 48796de1ba

@ -21,5 +21,5 @@ anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
mouse_filter = 2 mouse_filter = 2
color = Color(1, 1, 1, 0) color = Color(0, 0, 0, 0.658824)
script = ExtResource("2_ghan2") script = ExtResource("2_ghan2")

@ -10,3 +10,4 @@ corner_radius_top_left = 5
corner_radius_top_right = 5 corner_radius_top_right = 5
corner_radius_bottom_right = 5 corner_radius_bottom_right = 5
corner_radius_bottom_left = 5 corner_radius_bottom_left = 5
shadow_color = Color(0, 0, 0, 0.772549)

@ -1,4 +1,4 @@
[gd_resource type="Resource" script_class="DialogicStyle" load_steps=20 format=3 uid="uid://f7q6jac5tsk8"] [gd_resource type="Resource" script_class="DialogicStyle" load_steps=21 format=3 uid="uid://f7q6jac5tsk8"]
[ext_resource type="Script" uid="uid://dfx2htp24tuvm" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="1_0jwhi"] [ext_resource type="Script" uid="uid://dfx2htp24tuvm" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="1_0jwhi"]
[ext_resource type="PackedScene" uid="uid://c1k5m0w3r40xf" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn" id="2_8wrfq"] [ext_resource type="PackedScene" uid="uid://c1k5m0w3r40xf" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn" id="2_8wrfq"]
@ -40,6 +40,7 @@ scene = ExtResource("5_reo2u")
overrides = { overrides = {
"box_animation_in": "1", "box_animation_in": "1",
"box_animation_out": "1", "box_animation_out": "1",
"box_panel": "\"vn_textbox_default_panel.tres\"",
"name_label_alignment": "2", "name_label_alignment": "2",
"name_label_box_modulate": "Color(1, 1, 1, 1)", "name_label_box_modulate": "Color(1, 1, 1, 1)",
"name_label_box_panel": "\"res://dialog/Babushka_NPC_Namebox_background.tres\"", "name_label_box_panel": "\"res://dialog/Babushka_NPC_Namebox_background.tres\"",
@ -70,10 +71,15 @@ script = ExtResource("1_0jwhi")
scene = ExtResource("9_4c2uo") scene = ExtResource("9_4c2uo")
overrides = {} overrides = {}
[sub_resource type="Resource" id="Resource_0jwhi"]
script = ExtResource("1_0jwhi")
scene = ExtResource("6_i6h15")
overrides = {}
[resource] [resource]
script = ExtResource("10_e3ue2") script = ExtResource("10_e3ue2")
name = "NPC_narrative" name = "NPC_narrative"
layer_list = Array[String](["10", "11", "12", "13", "14", "15", "16", "17"]) layer_list = Array[String](["10", "11", "12", "13", "14", "15", "16", "17", "18"])
layer_info = { layer_info = {
"": SubResource("Resource_wg0yj"), "": SubResource("Resource_wg0yj"),
"10": SubResource("Resource_uxnk3"), "10": SubResource("Resource_uxnk3"),
@ -83,8 +89,9 @@ layer_info = {
"14": SubResource("Resource_clhbu"), "14": SubResource("Resource_clhbu"),
"15": SubResource("Resource_umvdi"), "15": SubResource("Resource_umvdi"),
"16": SubResource("Resource_ci2ul"), "16": SubResource("Resource_ci2ul"),
"17": SubResource("Resource_sadu5") "17": SubResource("Resource_sadu5"),
"18": SubResource("Resource_0jwhi")
} }
base_overrides = {} base_overrides = {}
layers = Array[ExtResource("1_0jwhi")]([]) layers = Array[ExtResource("1_0jwhi")]([])
metadata/_latest_layer = "13" metadata/_latest_layer = "14"

@ -1008,6 +1008,12 @@ offset_top = -610.0
offset_right = 450.0 offset_right = 450.0
offset_bottom = 0.0 offset_bottom = 0.0
[node name="TextureRect2" parent="CanvasLayer/Inventory/SlotsContainer/SlotsMover/BackgroundContainer" index="1"]
offset_left = -360.339
offset_top = 0.228533
offset_right = -456.339
offset_bottom = 30.2285
[node name="Audio" type="Node" parent="."] [node name="Audio" type="Node" parent="."]
[node name="Background Music" type="AudioStreamPlayer2D" parent="Audio"] [node name="Background Music" type="AudioStreamPlayer2D" parent="Audio"]

Loading…
Cancel
Save