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.
 
 

31 lines
847 B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://jrpg/scenes/ui/SpeechText.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://jrpg/scenes/ui/ChoicesBox.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://jrpg/scripts/ui/speech_panel.gd" type="Script" id=7]
  5. [node name="SpeechPanel" type="Panel"]
  6. anchor_right = 1.0
  7. margin_bottom = 193.0
  8. script = ExtResource( 7 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. text_path = NodePath("SpeechText")
  13. choices_path = NodePath("ChoicesBox")
  14. [node name="SpeechText" parent="." instance=ExtResource( 1 )]
  15. anchor_right = 0.65
  16. anchor_bottom = 1.0
  17. margin_right = -0.0400391
  18. margin_bottom = 0.0
  19. [node name="ChoicesBox" parent="." instance=ExtResource( 2 )]
  20. anchor_left = 0.7
  21. anchor_top = 0.0
  22. anchor_right = 1.0
  23. anchor_bottom = 1.0
  24. margin_left = 0.0319824
  25. margin_right = -50.0
  26. alignment = 1