19 lines
555 B
Text
19 lines
555 B
Text
[gd_scene load_steps=2 format=3 uid="uid://blinf0w4bd7xh"]
|
|
|
|
[ext_resource type="Script" uid="uid://c7veejgoktxy4" path="res://01 - Menus/04 - Modules/text.gd" id="1_ed0wg"]
|
|
|
|
[node name="text" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_ed0wg")
|
|
|
|
[node name="text" type="TextEdit" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_contents = false
|
|
layout_mode = 0
|
|
offset_top = 320.0
|
|
offset_right = 576.0
|
|
offset_bottom = 768.0
|
|
wrap_mode = 1
|
|
|
|
[connection signal="text_changed" from="text" to="." method="_on_backstory_text_changed"]
|