您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

17 行
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. }