33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://gds4ywca08dr"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/text_typing/typer.gd" id="1_4ddj7"]
|
|
[ext_resource type="Texture2D" uid="uid://bxs6vawsjx4oc" path="res://sprites/burbuja_conversacion.png" id="2_bbyv7"]
|
|
[ext_resource type="AudioStream" uid="uid://bcmhn2w0xhvog" path="res://audio/ingame/voicy02.wav" id="2_l8odf"]
|
|
[ext_resource type="FontFile" uid="uid://dpsmqkos4x6b5" path="res://font/DMSerifDisplay-Regular.ttf" id="4_gdw61"]
|
|
|
|
[node name="TextTyping" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_4ddj7")
|
|
sound = ExtResource("2_l8odf")
|
|
|
|
[node name="BurbujaConversacion" type="Sprite2D" parent="."]
|
|
position = Vector2(960, 706)
|
|
texture = ExtResource("2_bbyv7")
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 482.0
|
|
offset_top = 638.0
|
|
offset_right = 1434.0
|
|
offset_bottom = 768.0
|
|
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/normal_font = ExtResource("4_gdw61")
|
|
theme_override_font_sizes/normal_font_size = 40
|
|
text = "Holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
scroll_active = false
|
|
visible_characters_behavior = 1
|