You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.4 KiB
59 lines
1.4 KiB
[gd_scene load_steps=4 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/TimelineEditor/SmallEventButton.gd" type="Script" id=1] |
|
|
|
[sub_resource type="StyleBoxFlat" id=1] |
|
bg_color = Color( 1, 1, 1, 1 ) |
|
border_width_left = 1 |
|
border_width_top = 1 |
|
border_width_right = 1 |
|
border_width_bottom = 1 |
|
border_color = Color( 1, 1, 1, 0 ) |
|
corner_radius_top_left = 4 |
|
corner_radius_top_right = 4 |
|
corner_radius_bottom_right = 4 |
|
corner_radius_bottom_left = 4 |
|
|
|
[sub_resource type="StyleBoxFlat" id=2] |
|
draw_center = false |
|
border_width_left = 1 |
|
border_width_top = 1 |
|
border_width_right = 1 |
|
border_width_bottom = 1 |
|
border_color = Color( 0.0980392, 0.0980392, 0.0980392, 0.784314 ) |
|
corner_radius_top_left = 4 |
|
corner_radius_top_right = 4 |
|
corner_radius_bottom_right = 4 |
|
corner_radius_bottom_left = 4 |
|
|
|
[node name="SmallEventButton" type="Button"] |
|
margin_right = 30.0 |
|
margin_bottom = 30.0 |
|
flat = true |
|
align = 0 |
|
expand_icon = true |
|
script = ExtResource( 1 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="Panel" type="Panel" parent="."] |
|
self_modulate = Color( 0.635294, 0.635294, 0.635294, 0.282353 ) |
|
show_behind_parent = true |
|
anchor_right = 1.0 |
|
anchor_bottom = 1.0 |
|
mouse_filter = 2 |
|
custom_styles/panel = SubResource( 1 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="Border" type="Panel" parent="."] |
|
show_behind_parent = true |
|
anchor_right = 1.0 |
|
anchor_bottom = 1.0 |
|
mouse_filter = 2 |
|
custom_styles/panel = SubResource( 2 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
}
|
|
|