1 [gd_scene load_steps=4 format=3 uid="uid://depcrpeh3f4rv"]
3 [ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.gd" id="1_s43sc"]
5 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qx31r"]
6 content_margin_left = 4.0
7 content_margin_top = 4.0
8 content_margin_right = 4.0
9 content_margin_bottom = 4.0
10 bg_color = Color(0.1, 0.1, 0.1, 0.6)
12 border_color = Color(0.231373, 0.545098, 0.94902, 1)
13 corner_radius_top_left = 3
14 corner_radius_top_right = 3
15 corner_radius_bottom_right = 3
16 corner_radius_bottom_left = 3
19 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_n1o16"]
20 content_margin_left = 4.0
21 content_margin_top = 4.0
22 content_margin_right = 4.0
23 content_margin_bottom = 4.0
24 bg_color = Color(0.225, 0.225, 0.225, 0.6)
26 border_color = Color(0.231373, 0.545098, 0.94902, 1)
27 corner_radius_top_left = 3
28 corner_radius_top_right = 3
29 corner_radius_bottom_right = 3
30 corner_radius_bottom_left = 3
33 [node name="AddEventButton" type="Button"]
34 custom_minimum_size = Vector2(44, 30)
38 theme_override_colors/font_color = Color(0, 0, 0, 1)
39 theme_override_styles/normal = SubResource("StyleBoxFlat_qx31r")
40 theme_override_styles/hover = SubResource("StyleBoxFlat_n1o16")
43 script = ExtResource("1_s43sc")
46 [connection signal="button_down" from="." to="." method="_on_button_down"]