49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/Letters/bg1.png" id="1"]
|
|
[ext_resource type="FontFile" path="res://Fonts/DTM-Mono.otf" id="2"]
|
|
|
|
[node name="Letter" type="Control"]
|
|
z_index = 4000
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -110.0
|
|
offset_top = -113.0
|
|
offset_right = 109.0
|
|
offset_bottom = 107.0
|
|
texture = ExtResource("1")
|
|
patch_margin_left = 10
|
|
patch_margin_top = 10
|
|
patch_margin_right = 10
|
|
patch_margin_bottom = 10
|
|
|
|
[node name="Text" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -97.0
|
|
offset_top = -104.0
|
|
offset_right = 98.0
|
|
offset_bottom = 96.0
|
|
theme_override_colors/default_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/line_separation = 3
|
|
theme_override_fonts/normal_font = ExtResource("2")
|
|
theme_override_font_sizes/normal_font_size = 13
|
|
bbcode_enabled = true
|
|
text = "a
|
|
a
|
|
a
|
|
a
|
|
a
|
|
a
|
|
a
|
|
a
|
|
a
|
|
a
|
|
a"
|
|
fit_content = true
|
|
scroll_active = false
|