This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/Dialog/dialog/menu_item.tscn

20 lines
652 B
Text
Raw Permalink Normal View History

2022-06-18 13:05:48 +02:00
[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 )