dialogue_ui.tscn 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. [gd_scene load_steps=2 format=3 uid="uid://cm0yi2d074t64"]
  2. [ext_resource type="Script" uid="uid://dk1f7x00sdtru" path="res://scripts/dialogue_ui.gd" id="1_dwk8m"]
  3. [node name="DialogueUI" type="CanvasLayer"]
  4. visible = false
  5. script = ExtResource("1_dwk8m")
  6. [node name="Panel" type="Panel" parent="."]
  7. anchors_preset = 12
  8. anchor_top = 1.0
  9. anchor_right = 1.0
  10. anchor_bottom = 1.0
  11. offset_top = -218.0
  12. grow_horizontal = 2
  13. grow_vertical = 0
  14. [node name="NPCName" type="Label" parent="Panel"]
  15. layout_mode = 0
  16. offset_left = 20.0
  17. offset_top = 10.0
  18. offset_right = 85.0
  19. offset_bottom = 33.0
  20. theme_override_font_sizes/font_size = 24
  21. text = "NPC名字"
  22. [node name="NPCTitle" type="Label" parent="Panel"]
  23. layout_mode = 0
  24. offset_left = 20.0
  25. offset_top = 40.0
  26. offset_right = 60.0
  27. offset_bottom = 63.0
  28. theme_override_colors/font_color = Color(0.45452422, 0.45452428, 0.45452422, 1)
  29. text = "职位"
  30. [node name="DialogueText" type="RichTextLabel" parent="Panel"]
  31. layout_mode = 0
  32. offset_left = 20.0
  33. offset_top = 70.0
  34. offset_right = 1260.0
  35. offset_bottom = 170.0
  36. bbcode_enabled = true
  37. scroll_following = true
  38. scroll_following_visible_characters = true
  39. [node name="PlayerInput" type="LineEdit" parent="Panel"]
  40. layout_mode = 0
  41. offset_left = 20.0
  42. offset_top = 180.0
  43. offset_right = 1020.0
  44. offset_bottom = 220.0
  45. placeholder_text = "输入消息..."
  46. clear_button_enabled = true
  47. [node name="SendButton" type="Button" parent="Panel"]
  48. layout_mode = 0
  49. offset_left = 1030.0
  50. offset_top = 180.0
  51. offset_right = 1130.0
  52. offset_bottom = 220.0
  53. text = "发送"
  54. [node name="CloseButton" type="Button" parent="Panel"]
  55. layout_mode = 0
  56. offset_left = 1140.0
  57. offset_top = 180.0
  58. offset_right = 1240.0
  59. offset_bottom = 220.0
  60. text = "关闭"