|
12345678910111213141516171819202122232425262728293031323334353637 |
- [gd_scene load_steps=3 format=2]
-
- [ext_resource path="res://jrpg/scripts/ui/speech_text.gd" type="Script" id=1]
- [ext_resource path="res://jrpg/fonts/puritan.tres" type="DynamicFont" id=2]
-
- [node name="BubblePanel" type="Control"]
- anchor_right = 1.0
- margin_right = -232.0
- margin_bottom = 212.0
- script = ExtResource( 1 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
-
- [node name="Panel" type="Panel" parent="."]
- anchor_right = 1.0
- anchor_bottom = 1.0
-
- [node name="RichTextLabel" type="RichTextLabel" parent="."]
- anchor_left = 0.02
- anchor_top = 0.05
- anchor_right = 0.98
- anchor_bottom = 0.95
- custom_fonts/normal_font = ExtResource( 2 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
-
- [node name="TextButton" type="Button" parent="."]
- modulate = Color( 1, 1, 1, 0.235294 )
- anchor_right = 1.0
- anchor_bottom = 1.0
- margin_right = -49.0
- flat = true
- __meta__ = {
- "_edit_use_anchors_": false
- }
|