[gd_scene load_steps=10 format=2] [ext_resource path="res://addons/dialogic/Example Assets/Fonts/DefaultFont.tres" type="DynamicFont" id=1] [ext_resource path="res://addons/dialogic/Example Assets/backgrounds/background-2.png" type="Texture" id=2] [ext_resource path="res://addons/dialogic/Example Assets/next-indicator/next-indicator.png" type="Texture" id=3] [ext_resource path="res://addons/dialogic/Nodes/TextBubble.gd" type="Script" id=4] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 1, 1, 1, 0 ) expand_margin_left = 10.0 [sub_resource type="Animation" id=2] resource_name = "Pulse" loop = true tracks/0/type = "value" tracks/0/path = NodePath(".:self_modulate") tracks/0/interp = 2 tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { "times": PoolRealArray( 0, 0.5 ), "transitions": PoolRealArray( 1, 1 ), "update": 0, "values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ] } [sub_resource type="Animation" id=3] resource_name = "Static" [sub_resource type="Animation" id=4] loop = true tracks/0/type = "value" tracks/0/path = NodePath(".:margin_bottom") tracks/0/interp = 2 tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { "times": PoolRealArray( 0, 0.5 ), "transitions": PoolRealArray( 1, 1 ), "update": 0, "values": [ 12.0, 55.0 ] } [sub_resource type="StyleBoxFlat" id=5] content_margin_left = 10.0 content_margin_right = 10.0 bg_color = Color( 1, 1, 1, 0 ) expand_margin_left = 10.0 [node name="TextBubble" type="Control"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -455.0 margin_top = 393.0 margin_right = 455.0 margin_bottom = 560.0 script = ExtResource( 4 ) __meta__ = { "_edit_use_anchors_": false } [node name="ColorRect" type="ColorRect" parent="."] visible = false anchor_right = 1.0 anchor_bottom = 1.0 color = Color( 0, 0, 0, 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="TextureRect" type="TextureRect" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 texture = ExtResource( 2 ) expand = true stretch_mode = 1 __meta__ = { "_edit_use_anchors_": false } [node name="RichTextLabel" type="RichTextLabel" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 20.0 margin_top = 10.0 margin_right = -20.0 margin_bottom = -10.0 rect_clip_content = false custom_styles/normal = SubResource( 1 ) custom_fonts/normal_font = ExtResource( 1 ) custom_colors/default_color = Color( 0.423529, 0.580392, 0.74902, 1 ) custom_colors/font_color_shadow = Color( 1, 1, 1, 0 ) custom_constants/shadow_offset_x = 2 custom_constants/shadow_offset_y = 2 bbcode_enabled = true bbcode_text = "Placeholder text for testing and formatting." meta_underlined = false text = "Placeholder text for testing and formatting." __meta__ = { "_edit_use_anchors_": false } [node name="NextIndicator" type="TextureRect" parent="."] visible = false anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -36.4279 margin_top = -35.9016 margin_right = 14.5721 margin_bottom = 44.8652 rect_scale = Vector2( 0.4, 0.4 ) texture = ExtResource( 3 ) stretch_mode = 4 __meta__ = { "_edit_use_anchors_": false } [node name="AnimationPlayer" type="AnimationPlayer" parent="NextIndicator"] autoplay = "Up and down" anims/Pulse = SubResource( 2 ) anims/Static = SubResource( 3 ) "anims/Up and down" = SubResource( 4 ) [node name="NameLabel" type="Label" parent="."] margin_top = -48.0 margin_right = 58.0 margin_bottom = -8.0 size_flags_vertical = 1 custom_styles/normal = SubResource( 5 ) custom_fonts/font = ExtResource( 1 ) custom_colors/font_color = Color( 0.423529, 0.580392, 0.74902, 1 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 0.619608 ) custom_constants/shadow_offset_x = 2 custom_constants/shadow_offset_y = 2 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="ColorRect" type="ColorRect" parent="NameLabel"] visible = false show_behind_parent = true anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 15 size_flags_vertical = 15 color = Color( 0.156863, 0.156863, 0.156863, 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="TextureRect" type="TextureRect" parent="NameLabel"] visible = false show_behind_parent = true anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 texture = ExtResource( 2 ) expand = true stretch_mode = 1 __meta__ = { "_edit_use_anchors_": false } [node name="Tween" type="Tween" parent="."]