19 lines
652 B
Text
19 lines
652 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogue_manager/example_balloon/Open_Sans/OpenSans-Regular.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://addons/dialogue_manager/example_balloon/menu_item.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 25
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="Item" type="RichTextLabel"]
|
|
modulate = Color( 1, 1, 1, 0.470588 )
|
|
margin_right = 1800.0
|
|
margin_bottom = 30.0
|
|
custom_colors/default_color = Color( 0, 0, 0, 1 )
|
|
custom_fonts/normal_font = SubResource( 2 )
|
|
bbcode_enabled = true
|
|
fit_content_height = true
|
|
scroll_active = false
|
|
script = ExtResource( 2 )
|