|
1 | | -[gd_scene load_steps=32 format=2] |
| 1 | +[gd_scene load_steps=33 format=2] |
2 | 2 |
|
3 | 3 | [ext_resource path="res://addons/dialogic/Editor/editor_view.gd" type="Script" id=1] |
4 | 4 | [ext_resource path="res://addons/dialogic/Images/dialog.svg" type="Texture" id=2] |
|
28 | 28 | [ext_resource path="res://addons/dialogic/Images/Filesystem.svg" type="Texture" id=26] |
29 | 29 | [ext_resource path="res://addons/dialogic/Images/question.svg" type="Texture" id=27] |
30 | 30 | [ext_resource path="res://addons/dialogic/Editor/EditorTheme.gd" type="Script" id=28] |
| 31 | +[ext_resource path="res://addons/dialogic/Images/character.svg" type="Texture" id=29] |
31 | 32 |
|
32 | 33 | [sub_resource type="StyleBoxFlat" id=1] |
33 | 34 | content_margin_left = 5.0 |
@@ -228,11 +229,10 @@ margin_right = 180.0 |
228 | 229 | margin_bottom = 541.0 |
229 | 230 | size_flags_horizontal = 3 |
230 | 231 | size_flags_vertical = 3 |
231 | | -items = [ "timeline-1610448960", ExtResource( 15 ), false ] |
| 232 | +items = [ "234234", ExtResource( 15 ), false, "I want to select this one", ExtResource( 15 ), false, "Intro", ExtResource( 15 ), false, "Nice :)", ExtResource( 15 ), false, "alternative timeline", ExtResource( 15 ), false ] |
232 | 233 | allow_rmb_select = true |
233 | 234 |
|
234 | 235 | [node name="CenterContainer" type="CenterContainer" parent="EditorTimeline"] |
235 | | -visible = false |
236 | 236 | margin_left = 192.0 |
237 | 237 | margin_right = 997.0 |
238 | 238 | margin_bottom = 541.0 |
@@ -263,6 +263,7 @@ __meta__ = { |
263 | 263 | } |
264 | 264 |
|
265 | 265 | [node name="TimelineEditor" type="HSplitContainer" parent="EditorTimeline"] |
| 266 | +visible = false |
266 | 267 | margin_left = 192.0 |
267 | 268 | margin_right = 997.0 |
268 | 269 | margin_bottom = 541.0 |
@@ -481,9 +482,11 @@ margin_right = 180.0 |
481 | 482 | margin_bottom = 541.0 |
482 | 483 | size_flags_horizontal = 3 |
483 | 484 | size_flags_vertical = 3 |
| 485 | +items = [ "Narrator", ExtResource( 29 ), false, "Shia", ExtResource( 29 ), false, "Lyra", ExtResource( 29 ), false ] |
484 | 486 | allow_rmb_select = true |
485 | 487 |
|
486 | 488 | [node name="NoCharacters" type="CenterContainer" parent="EditorCharacter"] |
| 489 | +visible = false |
487 | 490 | margin_left = 192.0 |
488 | 491 | margin_right = 997.0 |
489 | 492 | margin_bottom = 541.0 |
@@ -512,7 +515,6 @@ margin_bottom = 20.0 |
512 | 515 | text = "Create a character +" |
513 | 516 |
|
514 | 517 | [node name="CharacterEditor" type="ScrollContainer" parent="EditorCharacter"] |
515 | | -visible = false |
516 | 518 | margin_left = 192.0 |
517 | 519 | margin_right = 997.0 |
518 | 520 | margin_bottom = 541.0 |
@@ -1311,7 +1313,6 @@ margin_bottom = 52.7127 |
1311 | 1313 | __meta__ = { |
1312 | 1314 | "_edit_use_anchors_": false |
1313 | 1315 | } |
1314 | | - |
1315 | 1316 | [connection signal="pressed" from="HBoxContainer/EventButton" to="." method="_on_EventButton_pressed"] |
1316 | 1317 | [connection signal="pressed" from="HBoxContainer/CharactersButton" to="." method="_on_CharactersButton_pressed"] |
1317 | 1318 | [connection signal="pressed" from="HBoxContainer/GlossaryButton" to="." method="_on_CharactersButton_pressed"] |
|
0 commit comments