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.
 
 

17 lines
417 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="SpeechText" type="Label"]
  5. anchor_right = 1.0
  6. margin_right = -232.0
  7. margin_bottom = 212.0
  8. custom_fonts/font = ExtResource( 2 )
  9. align = 1
  10. valign = 1
  11. script = ExtResource( 1 )
  12. __meta__ = {
  13. "_edit_use_anchors_": false
  14. }