dialog.tscn 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. [gd_scene load_steps=2 format=3 uid="uid://8jrwu7seaj6k"]
  2. [ext_resource type="Script" uid="uid://cni0sjvpaamwu" path="res://Scripts/dialog.gd" id="1_5iu1o"]
  3. [node name="dialog" type="Panel"]
  4. anchors_preset = 7
  5. anchor_left = 0.5
  6. anchor_top = 1.0
  7. anchor_right = 0.5
  8. anchor_bottom = 1.0
  9. offset_left = -224.0
  10. offset_top = -122.0
  11. offset_right = 226.0
  12. offset_bottom = 1.0
  13. grow_horizontal = 2
  14. grow_vertical = 0
  15. script = ExtResource("1_5iu1o")
  16. [node name="Control" type="Control" parent="."]
  17. layout_mode = 1
  18. anchor_top = -2.268
  19. anchor_right = 1.002
  20. anchor_bottom = 1.024
  21. offset_top = -0.0359802
  22. offset_right = 0.0999451
  23. offset_bottom = 0.0479965
  24. [node name="options" type="Control" parent="."]
  25. layout_mode = 1
  26. anchors_preset = 15
  27. anchor_right = 1.0
  28. anchor_bottom = 1.0
  29. grow_horizontal = 2
  30. grow_vertical = 2
  31. [node name="Label" type="Label" parent="options"]
  32. layout_mode = 1
  33. anchors_preset = 5
  34. anchor_left = 0.5
  35. anchor_right = 0.5
  36. offset_left = -30.0
  37. offset_right = 30.0
  38. offset_bottom = 23.0
  39. grow_horizontal = 2
  40. text = "choose:"
  41. [node name="HFlowContainer" type="HFlowContainer" parent="options"]
  42. layout_mode = 1
  43. anchors_preset = 5
  44. anchor_left = 0.5
  45. anchor_right = 0.5
  46. offset_left = -226.0
  47. offset_top = 28.0
  48. offset_right = 225.0
  49. offset_bottom = 125.0
  50. grow_horizontal = 2
  51. alignment = 1
  52. [node name="Button" type="Button" parent="options/HFlowContainer"]
  53. layout_mode = 2
  54. text = "peanits balls"
  55. [node name="RichTextLabel" type="RichTextLabel" parent="."]
  56. visible = false
  57. layout_mode = 1
  58. anchors_preset = 15
  59. anchor_right = 1.0
  60. anchor_bottom = 1.0
  61. grow_horizontal = 2
  62. grow_vertical = 2
  63. text = "what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... what ta trill... "
  64. fit_content = true
  65. scroll_active = false