Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

messages.tscn 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. visible = false
  24. offset_left = 339.0
  25. offset_top = 186.0
  26. offset_right = 531.0
  27. offset_bottom = 216.0
  28. metadata/_edit_use_anchors_ = true
  29. [node name="SPS Timer" type="Timer" parent="Score Per Second"]
  30. autostart = true
  31. [connection signal="end_introduction" from="Narration" to="." method="_on_narration_end_introduction"]