1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- [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="."]
- offset_left = 262.0
- offset_top = 65.0
- offset_right = 454.0
- offset_bottom = 95.0
- metadata/_edit_use_anchors_ = true
-
- [node name="SPSTimer" type="Timer" parent="Score Per Second"]
- autostart = true
-
- [node name="Usage Per Second" type="RichTextLabel" parent="."]
- offset_right = 40.0
- offset_bottom = 40.0
-
- [node name="UPSTimer" type="Timer" parent="Usage Per Second"]
-
- [connection signal="timeout" from="Score Per Second/SPSTimer" to="Score" method="_on_sps_timer_timeout"]
|