21 lines
759 B
Plaintext
21 lines
759 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://pqq4ypdd0wlg"]
|
||
|
|
||
|
[ext_resource type="Theme" uid="uid://doj6uvro8nygh" path="res://plr.tres" id="1_qilna"]
|
||
|
[ext_resource type="Script" path="res://selfkilltext.gd" id="2_tbd1m"]
|
||
|
|
||
|
[node name="RichTextLabel" type="RichTextLabel"]
|
||
|
offset_left = -263.0
|
||
|
offset_top = 21.0
|
||
|
offset_right = 1.0
|
||
|
offset_bottom = 61.0
|
||
|
theme = ExtResource("1_qilna")
|
||
|
text = "Giant hole in park. Curious investigator gone missing."
|
||
|
scroll_active = false
|
||
|
autowrap_mode = 0
|
||
|
script = ExtResource("2_tbd1m")
|
||
|
|
||
|
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
|
||
|
position = Vector2(9, 9)
|
||
|
|
||
|
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="_on_visible_on_screen_notifier_2d_screen_exited"]
|