You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

messages.tscn 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [gd_scene load_steps=4 format=3 uid="uid://c4ocioaw64kq2"]
  2. [ext_resource type="Script" path="res://scripts/Messages/messages.gd" id="1_logqo"]
  3. [ext_resource type="Script" path="res://scripts/Messages/narration.gd" id="2_jrcmu"]
  4. [ext_resource type="Script" path="res://scripts/Messages/score.gd" id="3_tungw"]
  5. [node name="Messages" type="Node"]
  6. script = ExtResource("1_logqo")
  7. [node name="Narration" type="RichTextLabel" parent="."]
  8. offset_left = 63.0
  9. offset_top = 222.0
  10. offset_right = 806.0
  11. offset_bottom = 286.0
  12. bbcode_enabled = true
  13. scroll_following = true
  14. script = ExtResource("2_jrcmu")
  15. [node name="MessageTimer" type="Timer" parent="Narration"]
  16. [node name="Score" type="RichTextLabel" parent="."]
  17. offset_left = 331.0
  18. offset_top = 160.0
  19. offset_right = 526.0
  20. offset_bottom = 186.0
  21. script = ExtResource("3_tungw")
  22. [node name="Score Per Second" type="RichTextLabel" parent="."]
  23. offset_left = 262.0
  24. offset_top = 65.0
  25. offset_right = 454.0
  26. offset_bottom = 95.0
  27. metadata/_edit_use_anchors_ = true
  28. [node name="SPSTimer" type="Timer" parent="Score Per Second"]
  29. autostart = true
  30. [node name="Usage Per Second" type="RichTextLabel" parent="."]
  31. offset_right = 40.0
  32. offset_bottom = 40.0
  33. [node name="UPSTimer" type="Timer" parent="Usage Per Second"]
  34. [connection signal="timeout" from="Score Per Second/SPSTimer" to="Score" method="_on_sps_timer_timeout"]