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.
495 lines
17 KiB
495 lines
17 KiB
3 years ago
|
[gd_scene load_steps=29 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/character-join.svg" type="Texture" id=1]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/text-event.svg" type="Texture" id=2]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/audio-event.svg" type="Texture" id=3]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/change-background.svg" type="Texture" id=4]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/condition.svg" type="Texture" id=5]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/close-dialog.svg" type="Texture" id=6]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/character-leave.svg" type="Texture" id=7]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/question.svg" type="Texture" id=8]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/end-branch.svg" type="Texture" id=9]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/change-timeline.svg" type="Texture" id=10]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/set-value.svg" type="Texture" id=11]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/choice.svg" type="Texture" id=12]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Tutorials/arrow-down.svg" type="Texture" id=13]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/wait-seconds.svg" type="Texture" id=14]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/change-scene.svg" type="Texture" id=15]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/emit-signal.svg" type="Texture" id=16]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/TimelineEditor/TimelineEditor.gd" type="Script" id=17]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/set-theme.svg" type="Texture" id=18]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/background-music.svg" type="Texture" id=19]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/call-node.svg" type="Texture" id=20]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Common/TLabel.tscn" type="PackedScene" id=21]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/TimelineEditor/TimelineArea.gd" type="Script" id=22]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/set-glossary.svg" type="Texture" id=23]
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/save-icon.svg" type="Texture" id=24]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/TimelineEditor/SmallEventButton.tscn" type="PackedScene" id=25]
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id=1]
|
||
|
content_margin_left = 5.0
|
||
|
content_margin_right = 5.0
|
||
|
content_margin_top = 5.0
|
||
|
content_margin_bottom = 5.0
|
||
|
bg_color = Color( 0, 0, 0, 1 )
|
||
|
border_width_left = 1
|
||
|
border_width_top = 1
|
||
|
border_width_right = 1
|
||
|
border_width_bottom = 1
|
||
|
border_color = Color( 0.0980392, 0.113725, 0.152941, 1 )
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id=2]
|
||
|
draw_center = false
|
||
|
border_width_left = 2
|
||
|
border_color = Color( 0.8, 0.8, 0.8, 0 )
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id=3]
|
||
|
content_margin_right = 6.0
|
||
|
content_margin_top = 10.0
|
||
|
content_margin_bottom = 10.0
|
||
|
bg_color = Color( 0.94902, 1, 0.482353, 1 )
|
||
|
corner_radius_top_left = 5
|
||
|
corner_radius_top_right = 5
|
||
|
corner_radius_bottom_right = 5
|
||
|
corner_radius_bottom_left = 5
|
||
|
|
||
|
[node name="TimelineEditor" type="HSplitContainer"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
margin_bottom = 138.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
split_offset = 7
|
||
|
script = ExtResource( 17 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="TimelineArea" type="ScrollContainer" parent="."]
|
||
|
margin_right = 832.0
|
||
|
margin_bottom = 738.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
custom_styles/bg = SubResource( 1 )
|
||
|
script = ExtResource( 22 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="TimeLine" type="VBoxContainer" parent="TimelineArea"]
|
||
|
margin_left = 5.0
|
||
|
margin_top = 5.0
|
||
|
margin_right = 827.0
|
||
|
margin_bottom = 733.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
||
|
margin_left = 844.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 738.0
|
||
|
rect_min_size = Vector2( 180, 0 )
|
||
|
custom_styles/bg = SubResource( 2 )
|
||
|
|
||
|
[node name="EventContainer" type="VBoxContainer" parent="ScrollContainer"]
|
||
|
margin_left = 2.0
|
||
|
margin_right = 180.0
|
||
|
margin_bottom = 738.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
custom_constants/separation = 9
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="EventsWarning" type="PanelContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 68.0
|
||
|
custom_styles/panel = SubResource( 3 )
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/EventContainer/EventsWarning"]
|
||
|
margin_top = 10.0
|
||
|
margin_right = 172.0
|
||
|
margin_bottom = 58.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="ScrollContainer/EventContainer/EventsWarning/HBoxContainer"]
|
||
|
margin_right = 40.0
|
||
|
margin_bottom = 48.0
|
||
|
rect_min_size = Vector2( 40, 40 )
|
||
|
texture = ExtResource( 13 )
|
||
|
stretch_mode = 4
|
||
|
|
||
|
[node name="Label" type="Label" parent="ScrollContainer/EventContainer/EventsWarning/HBoxContainer"]
|
||
|
margin_left = 44.0
|
||
|
margin_right = 172.0
|
||
|
margin_bottom = 48.0
|
||
|
rect_min_size = Vector2( 100, 0 )
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 1
|
||
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||
|
text = "Add an event to start building your timeline"
|
||
|
autowrap = true
|
||
|
|
||
|
[node name="HBoxContainer6" type="HBoxContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 77.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 91.0
|
||
|
|
||
|
[node name="TLabel" parent="ScrollContainer/EventContainer/HBoxContainer6" instance=ExtResource( 21 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 77.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "Main Events"
|
||
|
text_key = "Main Events"
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="ScrollContainer/EventContainer/HBoxContainer6"]
|
||
|
margin_left = 81.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 14.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Grid1" type="GridContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 100.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 120.0
|
||
|
custom_constants/vseparation = 6
|
||
|
custom_constants/hseparation = 6
|
||
|
columns = 3
|
||
|
|
||
|
[node name="TextEvent" parent="ScrollContainer/EventContainer/Grid1" instance=ExtResource( 25 )]
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Text Event"
|
||
|
icon = ExtResource( 2 )
|
||
|
event_id = "dialogic_001"
|
||
|
event_color = Color( 0.635294, 0.635294, 0.635294, 0.282353 )
|
||
|
event_icon = ExtResource( 2 )
|
||
|
|
||
|
[node name="CharacterJoin" parent="ScrollContainer/EventContainer/Grid1" instance=ExtResource( 25 )]
|
||
|
margin_left = 18.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Character Join"
|
||
|
icon = ExtResource( 1 )
|
||
|
event_id = "dialogic_002"
|
||
|
event_color = Color( 0.14902, 0.521569, 0.298039, 0.266667 )
|
||
|
event_icon = ExtResource( 1 )
|
||
|
|
||
|
[node name="CharacterLeave" parent="ScrollContainer/EventContainer/Grid1" instance=ExtResource( 25 )]
|
||
|
margin_left = 36.0
|
||
|
margin_right = 48.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Character Leave"
|
||
|
icon = ExtResource( 7 )
|
||
|
event_id = "dialogic_003"
|
||
|
event_color = Color( 0.419608, 0.14902, 0.262745, 0.219608 )
|
||
|
event_icon = ExtResource( 7 )
|
||
|
|
||
|
[node name="HBoxContainer5" type="HBoxContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 129.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 143.0
|
||
|
|
||
|
[node name="TLabel2" parent="ScrollContainer/EventContainer/HBoxContainer5" instance=ExtResource( 21 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 33.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "Logic"
|
||
|
text_key = "Logic"
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="ScrollContainer/EventContainer/HBoxContainer5"]
|
||
|
margin_left = 37.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 14.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Grid2" type="GridContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 152.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 198.0
|
||
|
custom_constants/vseparation = 6
|
||
|
custom_constants/hseparation = 6
|
||
|
columns = 5
|
||
|
|
||
|
[node name="Question" parent="ScrollContainer/EventContainer/Grid2" instance=ExtResource( 25 )]
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Question"
|
||
|
icon = ExtResource( 8 )
|
||
|
event_id = "dialogic_010"
|
||
|
event_color = Color( 0.270588, 0.243137, 0.572549, 0.407843 )
|
||
|
event_icon = ExtResource( 8 )
|
||
|
|
||
|
[node name="Choice" parent="ScrollContainer/EventContainer/Grid2" instance=ExtResource( 25 )]
|
||
|
margin_left = 18.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Choice"
|
||
|
icon = ExtResource( 12 )
|
||
|
event_id = "dialogic_011"
|
||
|
event_color = Color( 0.270588, 0.243137, 0.572549, 0.407843 )
|
||
|
event_icon = ExtResource( 12 )
|
||
|
|
||
|
[node name="Condition" parent="ScrollContainer/EventContainer/Grid2" instance=ExtResource( 25 )]
|
||
|
margin_left = 36.0
|
||
|
margin_right = 48.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Condition"
|
||
|
icon = ExtResource( 5 )
|
||
|
event_id = "dialogic_012"
|
||
|
event_color = Color( 0.270588, 0.243137, 0.572549, 0.407843 )
|
||
|
event_icon = ExtResource( 5 )
|
||
|
|
||
|
[node name="EndBranch" parent="ScrollContainer/EventContainer/Grid2" instance=ExtResource( 25 )]
|
||
|
margin_left = 54.0
|
||
|
margin_right = 66.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "End Branch"
|
||
|
icon = ExtResource( 9 )
|
||
|
event_id = "dialogic_013"
|
||
|
event_color = Color( 0.270588, 0.243137, 0.572549, 0.407843 )
|
||
|
event_icon = ExtResource( 9 )
|
||
|
|
||
|
[node name="SetValue" parent="ScrollContainer/EventContainer/Grid2" instance=ExtResource( 25 )]
|
||
|
margin_left = 72.0
|
||
|
margin_right = 84.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Set Value"
|
||
|
icon = ExtResource( 11 )
|
||
|
event_id = "dialogic_014"
|
||
|
event_color = Color( 0.270588, 0.243137, 0.572549, 0.407843 )
|
||
|
event_icon = ExtResource( 11 )
|
||
|
|
||
|
[node name="SetGlossary" parent="ScrollContainer/EventContainer/Grid2" instance=ExtResource( 25 )]
|
||
|
margin_top = 26.0
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 46.0
|
||
|
hint_tooltip = "Set Glossary"
|
||
|
icon = ExtResource( 23 )
|
||
|
event_id = "dialogic_025"
|
||
|
event_color = Color( 0.270588, 0.243137, 0.572549, 0.407843 )
|
||
|
event_icon = ExtResource( 23 )
|
||
|
|
||
|
[node name="HBoxContainer3" type="HBoxContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 207.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 221.0
|
||
|
|
||
|
[node name="TLabel3" parent="ScrollContainer/EventContainer/HBoxContainer3" instance=ExtResource( 21 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 56.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "Timeline"
|
||
|
text_key = "Timeline"
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="ScrollContainer/EventContainer/HBoxContainer3"]
|
||
|
margin_left = 60.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 14.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Grid3" type="GridContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 230.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 276.0
|
||
|
custom_constants/vseparation = 6
|
||
|
custom_constants/hseparation = 6
|
||
|
columns = 5
|
||
|
|
||
|
[node name="SaveEvent" parent="ScrollContainer/EventContainer/Grid3" instance=ExtResource( 25 )]
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Save"
|
||
|
custom_constants/hseparation = 0
|
||
|
icon = ExtResource( 24 )
|
||
|
event_id = "dialogic_026"
|
||
|
event_color = Color( 0.435294, 0.301961, 0.603922, 0.192157 )
|
||
|
event_icon = ExtResource( 24 )
|
||
|
|
||
|
[node name="ChangeTimeline" parent="ScrollContainer/EventContainer/Grid3" instance=ExtResource( 25 )]
|
||
|
margin_left = 18.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Change Timeline"
|
||
|
icon = ExtResource( 10 )
|
||
|
event_id = "dialogic_020"
|
||
|
event_color = Color( 0.435294, 0.301961, 0.603922, 0.192157 )
|
||
|
event_icon = ExtResource( 10 )
|
||
|
|
||
|
[node name="ChangeBackground" parent="ScrollContainer/EventContainer/Grid3" instance=ExtResource( 25 )]
|
||
|
margin_left = 36.0
|
||
|
margin_right = 48.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Set Background"
|
||
|
icon = ExtResource( 4 )
|
||
|
event_id = "dialogic_021"
|
||
|
event_color = Color( 0.219608, 0.34902, 0.701961, 0.443137 )
|
||
|
event_icon = ExtResource( 4 )
|
||
|
|
||
|
[node name="CloseDialog" parent="ScrollContainer/EventContainer/Grid3" instance=ExtResource( 25 )]
|
||
|
margin_left = 54.0
|
||
|
margin_right = 66.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Close Dialog"
|
||
|
icon = ExtResource( 6 )
|
||
|
event_id = "dialogic_022"
|
||
|
event_color = Color( 0.419608, 0.14902, 0.262745, 0.219608 )
|
||
|
event_icon = ExtResource( 6 )
|
||
|
|
||
|
[node name="WaitSeconds" parent="ScrollContainer/EventContainer/Grid3" instance=ExtResource( 25 )]
|
||
|
margin_left = 72.0
|
||
|
margin_right = 84.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Wait Seconds"
|
||
|
icon = ExtResource( 14 )
|
||
|
event_id = "dialogic_023"
|
||
|
event_color = Color( 0.435294, 0.301961, 0.603922, 0.192157 )
|
||
|
event_icon = ExtResource( 14 )
|
||
|
|
||
|
[node name="SetTheme" parent="ScrollContainer/EventContainer/Grid3" instance=ExtResource( 25 )]
|
||
|
margin_top = 26.0
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 46.0
|
||
|
hint_tooltip = "Set Theme"
|
||
|
icon = ExtResource( 18 )
|
||
|
event_id = "dialogic_024"
|
||
|
event_color = Color( 0.219608, 0.34902, 0.701961, 0.443137 )
|
||
|
event_icon = ExtResource( 18 )
|
||
|
|
||
|
[node name="HBoxContainer4" type="HBoxContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 285.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 299.0
|
||
|
|
||
|
[node name="TLabel4" parent="ScrollContainer/EventContainer/HBoxContainer4" instance=ExtResource( 21 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 37.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "Audio"
|
||
|
text_key = "Audio"
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="ScrollContainer/EventContainer/HBoxContainer4"]
|
||
|
margin_left = 41.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 14.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Grid4" type="GridContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 308.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 328.0
|
||
|
custom_constants/vseparation = 6
|
||
|
custom_constants/hseparation = 6
|
||
|
columns = 5
|
||
|
|
||
|
[node name="AudioEvent" parent="ScrollContainer/EventContainer/Grid4" instance=ExtResource( 25 )]
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Audio Event"
|
||
|
icon = ExtResource( 3 )
|
||
|
event_id = "dialogic_030"
|
||
|
event_color = Color( 0.160784, 0.423529, 0.309804, 0.447059 )
|
||
|
event_icon = ExtResource( 3 )
|
||
|
|
||
|
[node name="BackgroundMusic" parent="ScrollContainer/EventContainer/Grid4" instance=ExtResource( 25 )]
|
||
|
margin_left = 18.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Background Music"
|
||
|
icon = ExtResource( 19 )
|
||
|
event_id = "dialogic_031"
|
||
|
event_color = Color( 0.160784, 0.423529, 0.309804, 0.447059 )
|
||
|
event_icon = ExtResource( 19 )
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 337.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 351.0
|
||
|
|
||
|
[node name="TLabel5" parent="ScrollContainer/EventContainer/HBoxContainer" instance=ExtResource( 21 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 39.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "Godot"
|
||
|
text_key = "Godot"
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="ScrollContainer/EventContainer/HBoxContainer"]
|
||
|
margin_left = 43.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 14.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="Grid5" type="GridContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 360.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 380.0
|
||
|
custom_constants/vseparation = 6
|
||
|
custom_constants/hseparation = 6
|
||
|
columns = 5
|
||
|
|
||
|
[node name="EmitSignal" parent="ScrollContainer/EventContainer/Grid5" instance=ExtResource( 25 )]
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Emit Signal"
|
||
|
icon = ExtResource( 16 )
|
||
|
event_id = "dialogic_040"
|
||
|
event_color = Color( 0.14902, 0.333333, 0.509804, 0.4 )
|
||
|
event_icon = ExtResource( 16 )
|
||
|
|
||
|
[node name="ChangeScene" parent="ScrollContainer/EventContainer/Grid5" instance=ExtResource( 25 )]
|
||
|
margin_left = 18.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Change Scene"
|
||
|
icon = ExtResource( 15 )
|
||
|
event_id = "dialogic_041"
|
||
|
event_color = Color( 0.14902, 0.333333, 0.509804, 0.4 )
|
||
|
event_icon = ExtResource( 15 )
|
||
|
|
||
|
[node name="CallNode" parent="ScrollContainer/EventContainer/Grid5" instance=ExtResource( 25 )]
|
||
|
margin_left = 36.0
|
||
|
margin_right = 48.0
|
||
|
margin_bottom = 20.0
|
||
|
hint_tooltip = "Call Node"
|
||
|
icon = ExtResource( 20 )
|
||
|
event_id = "dialogic_042"
|
||
|
event_color = Color( 0.14902, 0.333333, 0.509804, 0.4 )
|
||
|
event_icon = ExtResource( 20 )
|
||
|
|
||
|
[node name="CustomEventsHeadline" type="HBoxContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 389.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 403.0
|
||
|
|
||
|
[node name="TLabel6" parent="ScrollContainer/EventContainer/CustomEventsHeadline" instance=ExtResource( 21 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 95.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "Custom Events"
|
||
|
text_key = "Custom Events"
|
||
|
|
||
|
[node name="HSeparator2" type="HSeparator" parent="ScrollContainer/EventContainer/CustomEventsHeadline"]
|
||
|
margin_left = 99.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 14.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="CustomEventsContainer" type="VBoxContainer" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 412.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 456.0
|
||
|
|
||
|
[node name="Spacer" type="Control" parent="ScrollContainer/EventContainer"]
|
||
|
margin_top = 465.0
|
||
|
margin_right = 178.0
|
||
|
margin_bottom = 565.0
|
||
|
rect_min_size = Vector2( 0, 100 )
|