123456789101112131415161718192021222324252627282930313233343536373839 |
- [gd_scene load_steps=4 format=3 uid="uid://c4ocioaw64kq2"]
-
- [ext_resource type="Script" path="res://scripts/Messages/messages.gd" id="1_logqo"]
- [ext_resource type="Script" path="res://scripts/Messages/narration.gd" id="2_jrcmu"]
- [ext_resource type="Script" path="res://scripts/Messages/score.gd" id="3_tungw"]
-
- [node name="Messages" type="Node"]
- script = ExtResource("1_logqo")
-
- [node name="Narration" type="RichTextLabel" parent="."]
- offset_left = 63.0
- offset_top = 222.0
- offset_right = 806.0
- offset_bottom = 286.0
- bbcode_enabled = true
- scroll_following = true
- script = ExtResource("2_jrcmu")
-
- [node name="MessageTimer" type="Timer" parent="Narration"]
-
- [node name="Score" type="RichTextLabel" parent="."]
- offset_left = 331.0
- offset_top = 160.0
- offset_right = 526.0
- offset_bottom = 186.0
- script = ExtResource("3_tungw")
-
- [node name="Score Per Second" type="RichTextLabel" parent="."]
- visible = false
- offset_left = 339.0
- offset_top = 186.0
- offset_right = 531.0
- offset_bottom = 216.0
- metadata/_edit_use_anchors_ = true
-
- [node name="SPS Timer" type="Timer" parent="Score Per Second"]
- autostart = true
-
- [connection signal="end_introduction" from="Narration" to="." method="_on_narration_end_introduction"]
|