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.
 
 

38 lines
876 B

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://jrpg/scripts/ui/speech_text.gd" type="Script" id=1]
  3. [ext_resource path="res://jrpg/fonts/puritan.tres" type="DynamicFont" id=2]
  4. [node name="BubblePanel" type="Control"]
  5. anchor_right = 1.0
  6. margin_right = -232.0
  7. margin_bottom = 212.0
  8. script = ExtResource( 1 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. [node name="Panel" type="Panel" parent="."]
  13. anchor_right = 1.0
  14. anchor_bottom = 1.0
  15. [node name="RichTextLabel" type="RichTextLabel" parent="."]
  16. anchor_left = 0.02
  17. anchor_top = 0.05
  18. anchor_right = 0.98
  19. anchor_bottom = 0.95
  20. custom_fonts/normal_font = ExtResource( 2 )
  21. __meta__ = {
  22. "_edit_use_anchors_": false
  23. }
  24. [node name="TextButton" type="Button" parent="."]
  25. modulate = Color( 1, 1, 1, 0.235294 )
  26. anchor_right = 1.0
  27. anchor_bottom = 1.0
  28. margin_right = -49.0
  29. flat = true
  30. __meta__ = {
  31. "_edit_use_anchors_": false
  32. }