]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.tscn
2aad5ef75d6ee1ae65f2e5935ab84c5c4da7e17b
[wolf-seeking-sheep.git] / addons / dialogic / Editor / TimelineEditor / VisualEditor / AddEventButton.tscn
1 [gd_scene load_steps=4 format=3 uid="uid://depcrpeh3f4rv"]
2
3 [ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.gd" id="1_s43sc"]
4
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)
11 border_width_left = 3
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
17 corner_detail = 5
18
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)
25 border_width_left = 3
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
31 corner_detail = 5
32
33 [node name="AddEventButton" type="Button"]
34 custom_minimum_size = Vector2(44, 30)
35 offset_right = 97.0
36 offset_bottom = 42.0
37 tooltip_text = "S"
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")
41 alignment = 0
42 expand_icon = true
43 script = ExtResource("1_s43sc")
44 visible_name = "S"
45
46 [connection signal="button_down" from="." to="." method="_on_button_down"]